Murl Engine Lua Addon API  Version 1.0 beta
Murl.Input.IRawMouseDevice

The IRawMouseDevice interface.


Table members

Inherited


Murl.Input.IDevice

Methods


GetMouseDeltaX()

Get the mouse x-axis delta values in the most recent tick.

Integer GetMouseDeltaX()

Returns
Integer The x-axis delta value.

GetMouseDeltaY()

Get the mouse y-axis delta values in the most recent tick.

Integer GetMouseDeltaY()

Returns
Integer The y-axis delta value.

GetWheelDeltaX()

Get the mouse wheel x-axis delta values in the most recent tick.

Integer GetWheelDeltaX()

Returns
Integer The x-axis delta value.

GetWheelDeltaY()

Get the mouse wheel y-axis delta values in the most recent tick.

Integer GetWheelDeltaY()

Returns
Integer The y-axis delta value.