play-u1 API
    Preparing search index...

    Type Alias XboxButton

    XboxButton:
        | "A"
        | "B"
        | "X"
        | "Y"
        | "LB"
        | "RB"
        | "LT"
        | "RT"
        | "Back"
        | "Start"
        | "LS"
        | "RS"
        | "DUp"
        | "DDown"
        | "DLeft"
        | "DRight"
        | "Guide"

    Shared TypeScript types for GamepadManager, GamepadDevice, events, snapshots, and options.

    Most consumers rely on inference from createGamepadManager; open this module when you need explicit annotations.