#include <Pad.h>
Inheritance diagram for Lamp::Pad:
Public Member Functions | |
Pad (Joystick *joystick) | |
コンストラクタ | |
virtual | ~Pad () |
デストラクタ | |
virtual Joystick * | getJoystick () |
ジョイスティックの取得 | |
virtual String | getName () const |
名前の取得 | |
virtual bool | isAttached () const |
アタッチされているか | |
virtual void | clear () |
クリア | |
virtual bool | setCooperativeLevel (bool exclusive, bool foreground) |
協調レベルの設定 | |
virtual bool | isExclusive () const |
排他モードか | |
virtual bool | isForeground () const |
フォアグラウンドモードか | |
virtual String | toString () const |
文字列への変換 | |
Protected Attributes | |
Joystick * | joystick_ |
ジョイスティック |
Definition at line 36 of file Pad.h.
|
コンストラクタ
|
|
ジョイスティックの取得
Definition at line 54 of file Pad.h. References joystick_. Referenced by Lamp::PS2PadCameraController::getJoystick(). |
|
名前の取得
Definition at line 42 of file Pad.cpp. References Lamp::Joystick::getName(), and joystick_. Referenced by toString(). |
|
アタッチされているか
Definition at line 47 of file Pad.cpp. References Lamp::Joystick::isAttached(), and joystick_. Referenced by toString(). |
|
排他モードか
Definition at line 62 of file Pad.cpp. References Lamp::Joystick::isExclusive(), and joystick_. Referenced by toString(). |
|
フォアグラウンドモードか
Definition at line 67 of file Pad.cpp. References Lamp::Joystick::isForeground(), and joystick_. Referenced by toString(). |
|
協調レベルの設定
Definition at line 57 of file Pad.cpp. References joystick_, and Lamp::Joystick::setCooperativeLevel(). |
|
文字列への変換
Reimplemented in Lamp::PS2Pad, and Lamp::SFPad. Definition at line 72 of file Pad.cpp. References getName(), isAttached(), isExclusive(), and isForeground(). |