Arcade Shooter
Public Attributes | List of all members
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

Member Data Documentation

◆ Left

Vector2 KatanaEngine::GamePadThumbSticks::Left

The position of the Left Thumbstick.

◆ Right

Vector2 KatanaEngine::GamePadThumbSticks::Right

The position of the Right Thumbstick.


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