Keyboard event.
More...
Inherits Event.
|
unsigned int | _ID |
| object id, ScriptSupport need public _ID
|
|
local | _ID |
| object id, ScriptSupport need public _ID
|
|
int | _luaID |
| Lua reference id.
|
|
local | _luaID |
| Lua reference id.
|
|
void * | _scriptObject |
| scriptObject, support for swift
|
|
local | _scriptObject |
| scriptObject, support for swift
|
|
bool | _rooted |
| When true, it means that the object was already rooted.
|
|
local | _rooted |
| When true, it means that the object was already rooted.
|
|
| Event (Type type) |
| Constructor.
|
|
| Event ( var type) |
| Constructor.
|
|
| Event ( local type) |
| Constructor.
|
|
Constructor.
- Parameters
-
keyCode | A given keycode. |
isPressed | True if the key is pressed. |
var ctor |
( |
var |
keyCode, |
|
|
var |
isPressed |
|
) |
| |
Constructor.
- Parameters
-
keyCode | A given keycode. |
isPressed | True if the key is pressed. |
Constructor.
- Parameters
-
keyCode | A given keycode. |
isPressed | True if the key is pressed. |
The documentation for this class was generated from the following file: