VirtualAxis.KeyboardKeys

monitors a pair of keyboard keys

Constructors

this
this(Keys positive, Keys negative, 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
float value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

negative
Keys negative;
Undocumented in source.
overlap_behavior
OverlapBehavior overlap_behavior;
Undocumented in source.
positive
Keys positive;
Undocumented in source.

Inherited Members

From Node

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

Meta