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

Structure that represents the position of left and right sticks (thumbsticks) on an Xbox Controller. More...

#include <GamePadState.h>

Public Attributes

Vector2 Left
 
Vector2 Right
 

Detailed Description

Structure that represents the position of left and right sticks (thumbsticks) on an Xbox Controller.

See also
Button
ButtonState
GamePadDPad
GamePadTriggers
GamePadButtons
GamePadState

Definition at line 92 of file GamePadState.h.

Member Data Documentation

◆ Left

Vector2 KatanaEngine::GamePadThumbSticks::Left

The position of the Left Thumbstick.

Definition at line 94 of file GamePadState.h.

◆ Right

Vector2 KatanaEngine::GamePadThumbSticks::Right

The position of the Right Thumbstick.

Definition at line 95 of file GamePadState.h.


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