![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IKeyboardDevice interface.
Get the number of keys pressed in the most recent tick.
Integer GetNumberOfKeys()
Get a key pressed in the most recent tick. A valid key buffer index is [0 .. GetNumberOfKeys() - 1].
index | The zero-based index of the key buffer. |
Get all keys pressed in the most recent tick. To concat all keys to a string use String::Cat(const StringArray& stringArray).
Murl.Array.String GetKeys()