SDXFrameWork
0.10
SDXFrameWork
|
各ボタンとキーを表すクラス. More...
#include <Key.h>
Public Member Functions | |
void | Reset () |
キーのリセット. More... | |
void | Update (bool 押下フラグ) |
押下状態の更新. More... | |
Public Attributes | |
bool | on = false |
押した瞬間 | |
bool | off = false |
離した瞬間 | |
bool | hold = false |
押されている | |
unsigned int | holdCount = 0 |
押されている時間 | |
各ボタンとキーを表すクラス.
void SDX::Key::Reset | ( | ) |
キーのリセット.
void SDX::Key::Update | ( | bool | 押下フラグ | ) |
押下状態の更新.