PokéRogue
    Preparing search index...

    Button keycode mappings for xbox360 controller

    type Xbox360Buttons = {
        LB: 4;
        LC_E: 15;
        LC_N: 12;
        LC_S: 13;
        LC_W: 14;
        LS: 10;
        LT: 6;
        RB: 5;
        RC_E: 1;
        RC_N: 3;
        RC_S: 0;
        RC_W: 2;
        RS: 11;
        RT: 7;
        SELECT: 8;
        START: 9;
    }
    Index

    Properties

    LB: 4
    LC_E: 15
    LC_N: 12
    LC_S: 13
    LC_W: 14
    LS: 10
    LT: 6
    RB: 5
    RC_E: 1
    RC_N: 3
    RC_S: 0
    RC_W: 2
    RS: 11
    RT: 7
    SELECT: 8
    START: 9