Lines Matching refs:button
71 (Pads[chan].button & PAD_BUTTON_A) ? 'O' : '_', in PrintPads()
72 (Pads[chan].button & PAD_BUTTON_B) ? 'O' : '_', in PrintPads()
73 (Pads[chan].button & PAD_BUTTON_X) ? 'O' : '_', in PrintPads()
74 (Pads[chan].button & PAD_BUTTON_Y) ? 'O' : '_', in PrintPads()
75 (Pads[chan].button & PAD_BUTTON_START) ? 'O' : '_', in PrintPads()
76 (Pads[chan].button & PAD_TRIGGER_Z) ? 'O' : '_', in PrintPads()
77 (Pads[chan].button & PAD_TRIGGER_L) ? 'O' : '_', in PrintPads()
78 (Pads[chan].button & PAD_TRIGGER_R) ? 'O' : '_', in PrintPads()
80 (Pads[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in PrintPads()
81 (Pads[chan].button & PAD_BUTTON_RIGHT) ? '>' : '_', in PrintPads()
82 (Pads[chan].button & PAD_BUTTON_UP) ? '^' : '_', in PrintPads()
83 (Pads[chan].button & PAD_BUTTON_DOWN) ? 'v' : '_', in PrintPads()