ホーム › UI.Input.GameInput › GameInputSystemButtonCallback
GameInputSystemButtonCallback
コールバックシグネチャ
void GameInputSystemButtonCallback(
ULONGLONG callbackToken,
void* context,
IGameInputDevice* device,
ULONGLONG timestamp,
GameInputSystemButtons currentButtons,
GameInputSystemButtons previousButtons
);パラメーター
| フィールド | 型 |
|---|---|
| callbackToken | ULONGLONG |
| context | void* |
| device | IGameInputDevice* |
| timestamp | ULONGLONG |
| currentButtons | GameInputSystemButtons |
| previousButtons | GameInputSystemButtons |