![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IDevice interface.
The base interface of all input device classes.
Get the device name. The default device name is "BuiltIn".
String GetName()
Get the unique device identifier.
Integer GetId()
Check if the device has received new data since the last Update().
Boolean HasUpdate()
Is executed in the logic thread context each logic tick.
LogicUpdate()
Notification of changed configuration. The notification is executed in the engine thread context if any configuration item has changed.
ConfigChanged(Murl.IAppConfiguration appConfig)
appConfig | The application configuration object. |
Converts the object content to a string in a reasonable format.