![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IRawButtonDevice interface.
Check if a specified raw-button is pressed.
Boolean IsButtonPressed(Murl.RawButtonCode code)
code | The raw-button identifier. |
Check if a specified raw-button was pressed in the most recent tick.
Boolean WasButtonPressed(Murl.RawButtonCode code)
code | The raw-button identifier. |
Check if a specified raw-button was released in the most recent tick.
Boolean WasButtonReleased(Murl.RawButtonCode code)
code | The raw-button identifier. |