vectrac20tsri 0 Posted February 8, 2020 Share Posted February 8, 2020 If this has been posted before please delete. enum InputButtons { xBUTTON_A = 0x15, xBUTTON_B = 0xB1, xBUTTON_X = 0x16, xBUTTON_Y = 0xC0, xBUTTON_LB = 0x13, xBUTTON_LT = 0x19, xBUTTON_LS = 0x56, xBUTTON_RB = 0x2C, xBUTTON_RT = 0x47, xBUTTON_RS = 0x1A, xDPAD_UP = 0xAC, xDPAD_DOWN = 0xAD, xDPAD_LEFT = 0xAE, xDPAD_RIGHT = 0xAF }; Link to post Share on other sites