1wxJoystickEvent(3) Erlang Module Definition wxJoystickEvent(3)
2
3
4
6 wxJoystickEvent - See external documentation: wxJoystickEvent.
7
9 See external documentation: wxJoystickEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 joy_button_down, joy_button_up, joy_move, joy_zmove
13
14 See also the message variant #wxJoystick{} event record type.
15
16 This class is derived (and can use functions) from:
17 wxEvent
18
20 wxJoystickEvent():
21
22
23 An object reference, The representation is internal and can be
24 changed without notice. It can't be used for comparsion stored on
25 disc or distributed for use on other nodes.
26
28 buttonDown(This) -> boolean()
29
30 Types:
31
32 This = wxJoystickEvent()
33
34 Equivalent to buttonDown(This, []).
35
36 buttonDown(This, Options::[Option]) -> boolean()
37
38 Types:
39
40 This = wxJoystickEvent()
41 Option = {but, integer()}
42
43 See external documentation.
44
45 buttonIsDown(This) -> boolean()
46
47 Types:
48
49 This = wxJoystickEvent()
50
51 Equivalent to buttonIsDown(This, []).
52
53 buttonIsDown(This, Options::[Option]) -> boolean()
54
55 Types:
56
57 This = wxJoystickEvent()
58 Option = {but, integer()}
59
60 See external documentation.
61
62 buttonUp(This) -> boolean()
63
64 Types:
65
66 This = wxJoystickEvent()
67
68 Equivalent to buttonUp(This, []).
69
70 buttonUp(This, Options::[Option]) -> boolean()
71
72 Types:
73
74 This = wxJoystickEvent()
75 Option = {but, integer()}
76
77 See external documentation.
78
79 getButtonChange(This) -> integer()
80
81 Types:
82
83 This = wxJoystickEvent()
84
85 See external documentation.
86
87 getButtonState(This) -> integer()
88
89 Types:
90
91 This = wxJoystickEvent()
92
93 See external documentation.
94
95 getJoystick(This) -> integer()
96
97 Types:
98
99 This = wxJoystickEvent()
100
101 See external documentation.
102
103 getPosition(This) -> {X::integer(), Y::integer()}
104
105 Types:
106
107 This = wxJoystickEvent()
108
109 See external documentation.
110
111 getZPosition(This) -> integer()
112
113 Types:
114
115 This = wxJoystickEvent()
116
117 See external documentation.
118
119 isButton(This) -> boolean()
120
121 Types:
122
123 This = wxJoystickEvent()
124
125 See external documentation.
126
127 isMove(This) -> boolean()
128
129 Types:
130
131 This = wxJoystickEvent()
132
133 See external documentation.
134
135 isZMove(This) -> boolean()
136
137 Types:
138
139 This = wxJoystickEvent()
140
141 See external documentation.
142
144 <>
145
146
147
148 wx 1.9.3 wxJoystickEvent(3)