VirtualButton.KeyboardKey

monitors a keyboard key

Constructors

this
this(Keys key)

creates a keyboard key node

Members

Properties

is_down
bool is_down [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
is_pressed
bool is_pressed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
is_released
bool is_released [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
is_up
bool is_up [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

key
Keys key;

the key being monitored

Inherited Members

From Node

is_down
bool is_down [@property getter]
Undocumented in source.
is_up
bool is_up [@property getter]
Undocumented in source.
is_pressed
bool is_pressed [@property getter]
Undocumented in source.
is_released
bool is_released [@property getter]
Undocumented in source.

Meta