linux man page for wxjoystickevent

Query: wxjoystickevent

OS: linux

Section: 3erl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

wxJoystickEvent(3erl)					     Erlang Module Definition					     wxJoystickEvent(3erl)

NAME
wxJoystickEvent - 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
wxJoystickEvent() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
EXPORTS
buttonDown(This::wxJoystickEvent()) -> bool() Equivalent to buttonDown(This, []) . buttonDown(This::wxJoystickEvent(), Options::[Option]) -> bool() Types Option = {but, integer()} See external documentation . buttonIsDown(This::wxJoystickEvent()) -> bool() Equivalent to buttonIsDown(This, []) . buttonIsDown(This::wxJoystickEvent(), Options::[Option]) -> bool() Types Option = {but, integer()} See external documentation . buttonUp(This::wxJoystickEvent()) -> bool() Equivalent to buttonUp(This, []) . buttonUp(This::wxJoystickEvent(), Options::[Option]) -> bool() Types Option = {but, integer()} See external documentation . getButtonChange(This::wxJoystickEvent()) -> integer() See external documentation . getButtonState(This::wxJoystickEvent()) -> integer() See external documentation . getJoystick(This::wxJoystickEvent()) -> integer() See external documentation . getPosition(This::wxJoystickEvent()) -> {X::integer(), Y::integer()} See external documentation . getZPosition(This::wxJoystickEvent()) -> integer() See external documentation . isButton(This::wxJoystickEvent()) -> bool() See external documentation . isMove(This::wxJoystickEvent()) -> bool() See external documentation . isZMove(This::wxJoystickEvent()) -> bool() See external documentation .
AUTHORS
<> wxErlang 0.98.9 wxJoystickEvent(3erl)
Related Man Pages
wxauipaneinfo(3erl) - linux
wxchoicebook(3erl) - linux
wxtoolbook(3erl) - linux
wxtoplevelwindow(3erl) - linux
wxupdateuievent(3erl) - linux
Similar Topics in the Unix Linux Community
On external and internal decision in event processing