![]() |
Space Fighter
A "shmup" game for Computer Programming C++
|
Structure that defines the position of the left and right triggers on an Xbox Controller. More...
#include <GamePadState.h>
Public Attributes | |
| float | Left |
| float | Right |
Structure that defines the position of the left and right triggers on an Xbox Controller.
Definition at line 79 of file GamePadState.h.
| float KatanaEngine::GamePadTriggers::Left |
The value of the Left Trigger.
Definition at line 81 of file GamePadState.h.
| float KatanaEngine::GamePadTriggers::Right |
The value of the Left Trigger.
Definition at line 82 of file GamePadState.h.