![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The virtual mouse device interface.
Used by the input device handler to configure the device. Used by the platform to get information of the device.
Set the mouse button to map for a raw button. The default mapping is (for AppleTV Siri Remote):
Boolean SetRawButtonMapping(Murl.IEnums.MouseButton mouseButton, Murl.RawButtonCode rawButton)
mouseButton | The mouse button code. |
rawButton | The raw button code. |
Get the mouse button to map for a raw button.
Murl.IEnums.MouseButton GetRawButtonMapping(Murl.RawButtonCode rawButton)
rawButton | The raw button code. |
Set the sensivity for the x-axis. The default value is 1.0
Boolean SetSensivityX(Number factor)
factor | The sensivity factor for the x-axis |
Get the sensivity for the x-axis.
Number GetSensivityX()
Set the sensivity for the y-axis. The default value is 1.0
Boolean SetSensivityY(Number factor)
factor | The sensivity factor for the y-axis |
Get the sensivity for the y-axis.
Number GetSensivityY()