#include <Input.h>
Public Member Functions | |
CKeyAssignment () | |
キーID | |
virtual | CKeyAssignment () |
デストラクタ | |
tagKeyDevice | GetKeyDevice (void) const |
キーデバイスの取得 | |
void | SetKeyDevice (const tagKeyDevice KeyDevice) |
キーデバイスの設定 | |
DWORD | GetKeyID (void) const |
キーIDの取得 | |
void | SetKeyID (DWORD KeyID) |
キーIDの設定 |
AquaGameSystem::CKeyAssignment::CKeyAssignment | ( | ) |
キーID
デフォルトコンストラクタ
デフォルトコンストラクタ
tagKeyDevice AquaGameSystem::CKeyAssignment::GetKeyDevice | ( | void | ) | const |
キーデバイスの取得
キーデバイスの取得
キーデバイス |
void AquaGameSystem::CKeyAssignment::SetKeyDevice | ( | const tagKeyDevice | KeyDevice | ) |
キーデバイスの設定
キーデバイスの設定
KeyDevice | キーデバイス |
DWORD AquaGameSystem::CKeyAssignment::GetKeyID | ( | void | ) | const |
キーIDの取得
キーIDの取得
キーID |
void AquaGameSystem::CKeyAssignment::SetKeyID | ( | DWORD | KeyID | ) |
キーIDの設定
キーIDの設定
KeyID | キーID |