|
Arcade Shooter
|
Identifies which directions on the directional pad of an Xbox Controller are being pressed. More...
#include <GamePadState.h>
Public Attributes | |
| ButtonState | Up |
| ButtonState | Down |
| ButtonState | Left |
| ButtonState | Right |
Identifies which directions on the directional pad of an Xbox Controller are being pressed.
| ButtonState KatanaEngine::GamePadDPad::Down |
The state of the Down Button on the directional pad.
| ButtonState KatanaEngine::GamePadDPad::Left |
The state of the Left Button on the directional pad.
| ButtonState KatanaEngine::GamePadDPad::Right |
The state of the Right Button on the directional pad.
| ButtonState KatanaEngine::GamePadDPad::Up |
The state of the Up Button on the directional pad.
1.8.13