Module wxJoystickEvent

See external documentation: wxJoystickEvent.

Description

See external documentation: wxJoystickEvent.
Use wxEvtHandler:connect/5 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()

    abstract datatype: 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.

    Function Index

    buttonDown/1*Equivalent to buttonDown(This, []).
    buttonDown/2*See external documentation.
    buttonIsDown/1*Equivalent to buttonIsDown(This, []).
    buttonIsDown/2*See external documentation.
    buttonUp/1*Equivalent to buttonUp(This, []).
    buttonUp/2*See external documentation.
    getButtonChange/1*See external documentation.
    getButtonState/1*See external documentation.
    getJoystick/1*See external documentation.
    getPosition/1*See external documentation.
    getZPosition/1*See external documentation.
    isButton/1*See external documentation.
    isMove/1*See external documentation.
    isZMove/1*See external documentation.

    Function Details

    buttonDown/1 *

    buttonDown(This::wxJoystickEvent()) -> bool()

    Equivalent to buttonDown(This, []).

    buttonDown/2 *

    buttonDown(This::wxJoystickEvent(), Options::[Option]) -> bool()

    See external documentation.

    buttonIsDown/1 *

    buttonIsDown(This::wxJoystickEvent()) -> bool()

    Equivalent to buttonIsDown(This, []).

    buttonIsDown/2 *

    buttonIsDown(This::wxJoystickEvent(), Options::[Option]) -> bool()

    See external documentation.

    buttonUp/1 *

    buttonUp(This::wxJoystickEvent()) -> bool()

    Equivalent to buttonUp(This, []).

    buttonUp/2 *

    buttonUp(This::wxJoystickEvent(), Options::[Option]) -> bool()

    See external documentation.

    getButtonChange/1 *

    getButtonChange(This::wxJoystickEvent()) -> integer()

    See external documentation.

    getButtonState/1 *

    getButtonState(This::wxJoystickEvent()) -> integer()

    See external documentation.

    getJoystick/1 *

    getJoystick(This::wxJoystickEvent()) -> integer()

    See external documentation.

    getPosition/1 *

    getPosition(This::wxJoystickEvent()) -> {X::integer(), Y::integer()}

    See external documentation.

    getZPosition/1 *

    getZPosition(This::wxJoystickEvent()) -> integer()

    See external documentation.

    isButton/1 *

    isButton(This::wxJoystickEvent()) -> bool()

    See external documentation.

    isMove/1 *

    isMove(This::wxJoystickEvent()) -> bool()

    See external documentation.

    isZMove/1 *

    isZMove(This::wxJoystickEvent()) -> bool()

    See external documentation.


    Generated by EDoc, May 26 2008, 12:35:29.