reng v0.3.3 (2020-07-30T23:47:39Z)
Dub
Repo
VirtualButton.Node
re
input
virtual
button
VirtualButton
monitors a single button
class
VirtualButton
static abstract
class
Node : VirtualInput.Node {
bool
is_down
[@property getter];
bool
is_up
[@property getter];
bool
is_pressed
[@property getter];
bool
is_released
[@property getter];
}
Members
Properties
is_down
bool
is_down
[@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.
is_up
bool
is_up
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
re
input
virtual
button
VirtualButton
classes
KeyboardKey
LogicButton
Node
properties
is_down
is_pressed
is_released
is_up
monitors a single button