reng ~master (2022-11-13T10:09:03Z)
Dub
Repo
VirtualJoystick.KeyboardKeys
re
input
virtual
joystick
VirtualJoystick
monitors a pair of keyboard keys
class
VirtualJoystick
static
class
KeyboardKeys :
Node
{
OverlapBehavior
overlap_behavior
;
Keys
left
;
Keys
right
;
Keys
up
;
Keys
down
;
this
(Keys left, Keys right, Keys up, Keys down, OverlapBehavior overlap_behavior);
Vector2
value
[@property getter];
void
update
();
}
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
Source
See Implementation
re
input
virtual
joystick
VirtualJoystick
classes
KeyboardKeys
LogicJoystick
Node
properties
value
monitors a pair of keyboard keys