wxJoystickEvent
See external documentation: wxJoystickEvent.
See external documentation:
joy_button_down, joy_button_up, joy_move, joy_zmove
See also the message variant #wxJoystick{} event record type.
This class is derived (and can use functions) from:
wxEvent
Functions
buttonDown(This, Options::[Option]) -> boolean()
This = wxJoystickEvent()
Option = {but, integer()}
See
buttonIsDown(This, Options::[Option]) -> boolean()
This = wxJoystickEvent()
Option = {but, integer()}
See
buttonUp(This, Options::[Option]) -> boolean()
This = wxJoystickEvent()
Option = {but, integer()}
See
getButtonChange(This) -> integer()
This = wxJoystickEvent()
See
getButtonState(This) -> integer()
This = wxJoystickEvent()
See
getJoystick(This) -> integer()
This = wxJoystickEvent()
See
getPosition(This) -> {X::integer(), Y::integer()}
This = wxJoystickEvent()
See
getZPosition(This) -> integer()
This = wxJoystickEvent()
See
isButton(This) -> boolean()
This = wxJoystickEvent()
See
isMove(This) -> boolean()
This = wxJoystickEvent()
See
isZMove(This) -> boolean()
This = wxJoystickEvent()
See