Searched refs:PAD_BUTTON_LEFT (Results 1 – 15 of 15) sorted by relevance
75 (Conts[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in PrintCont()
201 cont->button |= PAD_BUTTON_LEFT; in ReadCont()222 PAD_BUTTON_LEFT | PAD_BUTTON_RIGHT | in ReadCont()
83 (Pads[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in PrintPads()
53 (Pads[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in PrintPads()
158 (pads[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in main()
183 #define PAD_BUTTON_LEFT 0x0001 macro
191 #define PAD_BUTTON_LEFT 0x0001 macro
77 #define KPAD_GC_BUTTON_LEFT PAD_BUTTON_LEFT
390 else if( buttonDown & ( PAD_BUTTON_LEFT | PAD_BUTTON_B )){ in myCopyFilterTick()413 else if(button & (PAD_BUTTON_LEFT | PAD_BUTTON_B)){ in myCopyFilterTick()435 else if(button & (PAD_BUTTON_LEFT | PAD_BUTTON_B)){ in myCopyFilterTick()
108 {PAD_BUTTON_LEFT, 8},616 case PAD_BUTTON_LEFT: in PrintIntro()
217 if (DEMOPadGetButtonDown(0) & PAD_BUTTON_LEFT) in main()
515 if ( ( down & PAD_BUTTON_LEFT ) || ( stick & DEMO_STICK_LEFT ) ) in AnimTick()
593 case PAD_BUTTON_LEFT: in AnimTick()
747 if (trig & PAD_BUTTON_LEFT) in moveCursor()
1824 else if (p->repeat_button[0] & (PAD_BUTTON_LEFT|DEMOWIN_STICK_L)) in __DEMOWinMenu_get_user_input()