wxJoystickEvent
Module
wxJoystickEvent
Module Summary
See external documentation: wxJoystickEvent.
Description
See external documentation: wxJoystickEvent.
- Use wxEvtHandler:connect/3 with EventType:
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
DATA TYPES
Exports
Types
This = wxJoystickEvent()
Equivalent to buttonDown(This, []).
buttonDown(This, Options::[Option]) -> boolean()
buttonIsDown(This) -> boolean()
Types
This = wxJoystickEvent()
Equivalent to buttonIsDown(This, []).
buttonIsDown(This, Options::[Option]) -> boolean()
Types
This = wxJoystickEvent()
Equivalent to buttonUp(This, []).
buttonUp(This, Options::[Option]) -> boolean()
getButtonChange(This) -> integer()
Types
This = wxJoystickEvent()
getButtonState(This) -> integer()
Types
This = wxJoystickEvent()
getJoystick(This) -> integer()
Types
This = wxJoystickEvent()
getPosition(This) -> {X::integer(), Y::integer()}
Types
This = wxJoystickEvent()
getZPosition(This) -> integer()
Types
This = wxJoystickEvent()
Types
This = wxJoystickEvent()
Types
This = wxJoystickEvent()
Types
This = wxJoystickEvent()