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