reng v0.3.3 (2020-07-30T23:47:39Z)
Dub
Repo
VirtualAxis.KeyboardKeys
re
input
virtual
axis
VirtualAxis
monitors a pair of keyboard keys
class
VirtualAxis
static
class
KeyboardKeys :
Node
{
OverlapBehavior
overlap_behavior
;
Keys
positive
;
Keys
negative
;
this
(Keys positive, Keys negative, OverlapBehavior overlap_behavior);
float
value
[@property getter];
void
update
();
}
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
Source
See Implementation
re
input
virtual
axis
VirtualAxis
classes
KeyboardKeys
LogicAxis
Node
properties
value
monitors a pair of keyboard keys