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

Identifies whether buttons on an Xbox Controller are pressed or released. More...

#include <GamePadState.h>

Public Attributes

ButtonState A
 
ButtonState B
 
ButtonState X
 
ButtonState Y
 
ButtonState Start
 
ButtonState Back
 
ButtonState LeftStick
 
ButtonState LeftShoulder
 
ButtonState RightStick
 
ButtonState RightShoulder
 

Detailed Description

Identifies whether buttons on an Xbox Controller are pressed or released.

See also
Button
ButtonState
GamePadDPad
GamePadTriggers
GamePadThumbSticks
GamePadState

Definition at line 105 of file GamePadState.h.

Member Data Documentation

◆ A

ButtonState KatanaEngine::GamePadButtons::A

The state of the A Button.

Definition at line 107 of file GamePadState.h.

◆ B

ButtonState KatanaEngine::GamePadButtons::B

The state of the B Button.

Definition at line 108 of file GamePadState.h.

◆ Back

ButtonState KatanaEngine::GamePadButtons::Back

The state of the Back Button.

Definition at line 113 of file GamePadState.h.

◆ LeftShoulder

ButtonState KatanaEngine::GamePadButtons::LeftShoulder

The state of the Left Shoulder Button.

Definition at line 116 of file GamePadState.h.

◆ LeftStick

ButtonState KatanaEngine::GamePadButtons::LeftStick

The state of the Left Stick Button.

Definition at line 115 of file GamePadState.h.

◆ RightShoulder

ButtonState KatanaEngine::GamePadButtons::RightShoulder

The state of the Right Shoulder Button.

Definition at line 118 of file GamePadState.h.

◆ RightStick

ButtonState KatanaEngine::GamePadButtons::RightStick

The state of the Right Stick Button.

Definition at line 117 of file GamePadState.h.

◆ Start

ButtonState KatanaEngine::GamePadButtons::Start

The state of the Start Button.

Definition at line 112 of file GamePadState.h.

◆ X

ButtonState KatanaEngine::GamePadButtons::X

The state of the X Button.

Definition at line 109 of file GamePadState.h.

◆ Y

ButtonState KatanaEngine::GamePadButtons::Y

The state of the Y Button.

Definition at line 110 of file GamePadState.h.


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