Returns the movement of the mouse on the X axis.
This method is only valid for NSMouseMoved, NS*MouseDragged and NSScrollWheel events, otherwise it will raise an NSInternalInconsistencyException.
Returns the movement of the mouse on the Y axis.
This method is only valid for NSMouseMoved, NS*MouseDragged and NSScrollWheel events, otherwise it will raise an NSInternalInconsistencyException.
Returns the movement of the mouse on the Z axis.
This method is only valid for NSMouseMoved, NS*MouseDragged and NSScrollWheel events, otherwise it will raise an NSInternalInconsistencyException.
The value returned is 0.0 in most cases.