gameplate - v2.2.0
    Preparing search index...

    Type Alias StandardButton

    StandardButton:
        | "A"
        | "B"
        | "X"
        | "Y"
        | "LB"
        | "RB"
        | "LT"
        | "RT"
        | "Back"
        | "Start"
        | "LS"
        | "RS"
        | "Up"
        | "Down"
        | "Left"
        | "Right"
        | "Home"

    Standard-mapping button names (W3C "Standard Gamepad", Xbox naming).

    Name Index Name Index
    A 0 LS 10
    B 1 RS 11
    X 2 Up 12
    Y 3 Down 13
    LB 4 Left 14
    RB 5 Right 15
    LT 6 Home 16
    RT 7
    Back 8
    Start 9

    PlayStation/other layouts map by position, not glyph — 'A' is the bottom face button (PS cross), 'B' is the right face button (PS circle).