Arcade Shooter
Public Attributes | List of all members
KatanaEngine::GamePadDPad Struct Reference

Identifies which directions on the directional pad of an Xbox Controller are being pressed. More...

#include <GamePadState.h>

Public Attributes

ButtonState Up
 
ButtonState Down
 
ButtonState Left
 
ButtonState Right
 

Detailed Description

Identifies which directions on the directional pad of an Xbox Controller are being pressed.

See also
Button
ButtonState
GamePadTriggers
GamePadThumbSticks
GamePadButtons
GamePadState

Member Data Documentation

◆ Down

ButtonState KatanaEngine::GamePadDPad::Down

The state of the Down Button on the directional pad.

◆ Left

ButtonState KatanaEngine::GamePadDPad::Left

The state of the Left Button on the directional pad.

◆ Right

ButtonState KatanaEngine::GamePadDPad::Right

The state of the Right Button on the directional pad.

◆ Up

ButtonState KatanaEngine::GamePadDPad::Up

The state of the Up Button on the directional pad.


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