GamePadState

Tracks gamepad button and axis states per frame

File location: framework/cauldron/framework/inc/core/inputmanager.h

Detailed description

Tracks gamepad button and axis states per frame

Data fields

Type

Description

uint16_t

ButtonState
Bitwise mapping of button down state for all gamepad buttons.

uint16_t

ButtonUpState
Bitwise mapping of button up state for all gamepad buttons.

float

AxisState
Gamepad axis value.