#include <KeyInput.hpp>
公開メンバ関数 | |
KeyInput () | |
void | KeyCheck () |
Key入力を取得する | |
bool | KeyDown (const KeyCode &_key) |
bool | KeyHold (const KeyCode &_key) |
bool | KeyUp (const KeyCode &_key) |
非公開変数類 | |
unsigned int | saveInputKeyHistorySize = 0 |
deque< unordered_set< KeyCode > > | keyBuffer |
|
inline |
|
inline |
Key入力を取得する
|
inline |
|
inline |
|
inline |
|
private |
参照元 KeyCheck(), KeyInput().
|
private |
参照元 KeyCheck(), KeyDown(), KeyHold(), KeyInput(), KeyUp().