Listening to MouseX and MouseY axes: what are the values?

They are delta values. They are the distance travelled per tick. If you add the axis value to a variable each tick you should be able to get some kind of coordinates system.

For example - the faster you move the mouse the larger the number will be (positive or negative) with zero being no movement.