wxJoystickEvent
(wx)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
getPosition(This) -> {X::integer(), Y::integer()}
This = wxJoystickEvent()
See