|
SDXFrameWork
0.10
SDXFrameWork
|
キーボードの状態を表すクラス. More...
#include <Keyboard.h>
Public Member Functions | |
| void | Reset () |
| 状態のリセット. More... | |
| void | Update () |
| 状態の更新. More... | |
| Key & | operator[] (KeyCode index) |
| KeyCodeでアクセス. More... | |
Static Public Member Functions | |
| static bool | HoldAnyKey () |
| いずれかのキーが押されているか取得. More... | |
Friends | |
| class | Input |
キーボードの状態を表すクラス.
| void SDX::Keyboard::Reset | ( | ) |
状態のリセット.
| void SDX::Keyboard::Update | ( | ) |
状態の更新.
|
static |
いずれかのキーが押されているか取得.
1.8.7