Lines Matching refs:button
66 (Conts[chan].button & PAD_BUTTON_A) ? 'O' : '_', in PrintCont()
67 (Conts[chan].button & PAD_BUTTON_B) ? 'O' : '_', in PrintCont()
68 (Conts[chan].button & PAD_BUTTON_X) ? 'O' : '_', in PrintCont()
69 (Conts[chan].button & PAD_BUTTON_Y) ? 'O' : '_', in PrintCont()
70 (Conts[chan].button & PAD_BUTTON_START) ? 'O' : '_', in PrintCont()
71 (Conts[chan].button & PAD_TRIGGER_Z) ? 'O' : '_', in PrintCont()
72 (Conts[chan].button & PAD_TRIGGER_L) ? 'O' : '_', in PrintCont()
73 (Conts[chan].button & PAD_TRIGGER_R) ? 'O' : '_', in PrintCont()
75 (Conts[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in PrintCont()
76 (Conts[chan].button & PAD_BUTTON_RIGHT) ? '>' : '_', in PrintCont()
77 (Conts[chan].button & PAD_BUTTON_UP) ? '^' : '_', in PrintCont()
78 (Conts[chan].button & PAD_BUTTON_DOWN) ? 'v' : '_', in PrintCont()