grape ~master (2014-12-12T08:10:10Z)
Home
Dub
Repo
Joystick
grape
joystick
ジョイパッドを管理するクラス
class
Joystick {
this
(int deviceIndex);
~this
();
float
getAxis
(int axis);
int
getButton
(int button);
int
getHat
(int hat);
void
show_info
();
int
numAxes
[@property getter];
int
numButtons
[@property getter];
int
numBalls
[@property getter];
int
numHats
[@property getter];
}
Constructors
this
this
(int deviceIndex)
ジョイパッドの読み込み
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
getAxis
float
getAxis
(int axis)
getButton
int
getButton
(int button)
getHat
int
getHat
(int hat)
show_info
void
show_info
()
情報の表示
Properties
numAxes
int
numAxes
[@property getter]
numBalls
int
numBalls
[@property getter]
numButtons
int
numButtons
[@property getter]
numHats
int
numHats
[@property getter]
Meta
Source
See Implementation
grape
joystick
classes
Joystick
enums
MAX_AXIS_STATE
ジョイパッドを管理するクラス