Atlas Engine
API Referenceatlas

ControllerAxis

Logical gamepad axes, including paired sticks and individual axis selections.

Module: atlas

Logical gamepad axes, including paired sticks and individual axis selections.

Declaration

export enum ControllerAxis {
        LeftStick,
        LeftStickX,
        LeftStickY,
        RightStick,
        RightStickX,
        RightStickY,
        Trigger,
        TriggerLeft,
        TriggerRight,
    }

Values

LeftStick

LeftStick

LeftStickX

LeftStickX

LeftStickY

LeftStickY

RightStick

RightStick

RightStickX

RightStickX

RightStickY

RightStickY

Trigger

Trigger

TriggerLeft

TriggerLeft

TriggerRight

TriggerRight

On this page