VirtualJoystick.KeyboardKeys

monitors a pair of keyboard keys

Constructors

this
this(Keys left, Keys right, Keys up, Keys down, OverlapBehavior overlap_behavior)

creates a keyboard keys node

Members

Functions

update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

value
Vector2 value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

down
Keys down;
Undocumented in source.
left
Keys left;
Undocumented in source.
overlap_behavior
OverlapBehavior overlap_behavior;
Undocumented in source.
right
Keys right;
Undocumented in source.
up
Keys up;
Undocumented in source.

Inherited Members

From Node

value
Vector2 value [@property getter]
Undocumented in source.

Meta