![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IRawMouseDevice interface.
Get the mouse x-axis delta values in the most recent tick.
Integer GetMouseDeltaX()
Get the mouse y-axis delta values in the most recent tick.
Integer GetMouseDeltaY()
Get the mouse wheel x-axis delta values in the most recent tick.
Integer GetWheelDeltaX()
Get the mouse wheel y-axis delta values in the most recent tick.
Integer GetWheelDeltaY()