GamepadServiceTest

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

addGamepad
auto addGamepad(string id, GamepadMappingType mapping, GamepadHand hand, uint numButtons, uint numAxes, uint numHaptics)
Undocumented in source. Be warned that the author may not have intended to support it.
leftHand
GamepadHand leftHand()
Undocumented in source. Be warned that the author may not have intended to support it.
newAxisMoveEvent
void newAxisMoveEvent(uint index, uint axis, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
newButtonEvent
void newButtonEvent(uint index, uint button, bool pressed, bool touched)
Undocumented in source. Be warned that the author may not have intended to support it.
newButtonValueEvent
void newButtonValueEvent(uint index, uint button, bool pressed, bool touched, double value)
Undocumented in source. Be warned that the author may not have intended to support it.
newPoseMove
void newPoseMove(uint index, Optional!(T1) orient, Optional!(T2) pos, Optional!(T3) angVelocity, Optional!(T4) angAcceleration, Optional!(T5) linVelocity, Optional!(T6) linAcceleration)
Undocumented in source. Be warned that the author may not have intended to support it.
noHand
GamepadHand noHand()
Undocumented in source. Be warned that the author may not have intended to support it.
noMapping
GamepadMappingType noMapping()
Undocumented in source. Be warned that the author may not have intended to support it.
removeGamepad
void removeGamepad(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
rightHand
GamepadHand rightHand()
Undocumented in source. Be warned that the author may not have intended to support it.
standardMapping
GamepadMappingType standardMapping()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta