Documentation
    Preparing search index...

    Variable NativeStandardGamepadButtonMappingConst

    NativeStandardGamepadButtonMapping: Record<
        NativeGamepadButtonIndex,
        typeof GamepadButton[keyof typeof GamepadButton],
    > = ...

    Mapping of native button indices to GamepadButton enum according to the "standard" gamepad layout.