Allows getting relative mouse pointer movement.
Note: Supported on Linux and with WLToolkit
only.
-
Method Summary
Modifier and TypeMethodDescriptionReturns accumulated mouse pointer movement delta since the last call to this method and resets the accumulated delta.
-
Method Details
-
getAccumulatedMouseDeltaAndReset
Point getAccumulatedMouseDeltaAndReset()Returns accumulated mouse pointer movement delta since the last call to this method and resets the accumulated delta.- Returns:
- accumulated mouse pointer movement delta
-