- axis_move
void axis_move(int num, void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- button_down
void button_down(int num, void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- hat_down
void hat_down()
Undocumented in source. Be warned that the author may not have intended to support it.
- key_down
void key_down(int key, void delegate() callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- poll
void poll()
ユーザーの入力を管理するクラス
キーボード、ジョイパッド、マウス等のイベントは全てこのクラスが管理します。