PokéRogue
    Preparing search index...

    Button keycode mappings for Nintendo pro controller

    type ProconButtons = {
        LB: 4;
        LC_E: 15;
        LC_N: 12;
        LC_S: 13;
        LC_W: 14;
        LS: 10;
        LT: 6;
        MENU?: 16;
        RB: 5;
        RC_E: 0;
        RC_N: 2;
        RC_S: 1;
        RC_W: 3;
        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
    MENU?: 16
    RB: 5
    RC_E: 0
    RC_N: 2
    RC_S: 1
    RC_W: 3
    RS: 11
    RT: 7
    SELECT: 8
    START: 9