Space Fighter
A "shmup" game for Computer Programming C++
Loading...
Searching...
No Matches
KatanaEngine::GamePadTriggers Struct Reference

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
 

Detailed Description

Structure that defines the position of the left and right triggers on an Xbox Controller.

See also
Button
ButtonState
GamePadDPad
GamePadThumbSticks
GamePadButtons
GamePadState

Definition at line 79 of file GamePadState.h.

Member Data Documentation

◆ Left

float KatanaEngine::GamePadTriggers::Left

The value of the Left Trigger.

Definition at line 81 of file GamePadState.h.

◆ Right

float KatanaEngine::GamePadTriggers::Right

The value of the Left Trigger.

Definition at line 82 of file GamePadState.h.


The documentation for this struct was generated from the following file: