Searched refs:PAD_BUTTON_LEFT (Results 1 – 14 of 14) sorted by relevance
196 cont->button |= PAD_BUTTON_LEFT; in ReadCont()217 PAD_BUTTON_LEFT | PAD_BUTTON_RIGHT | in ReadCont()
75 (Conts[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in PrintCont()
80 (Pads[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in PrintPads()
158 (pads[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in main()
199 cont->button |= PAD_BUTTON_LEFT; in ReadCont()220 PAD_BUTTON_LEFT | PAD_BUTTON_RIGHT | in ReadCont()
183 #define PAD_BUTTON_LEFT 0x0001 macro
180 #define PAD_BUTTON_LEFT 0x0001 macro
71 #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()
92 #define WINKEY_PAD_BUTTON_LEFT PAD_BUTTON_LEFT
99 {PAD_BUTTON_LEFT, 8},833 case PAD_BUTTON_LEFT: in PrintIntro()
515 if ( ( down & PAD_BUTTON_LEFT ) || ( stick & DEMO_STICK_LEFT ) ) in AnimTick()
593 case PAD_BUTTON_LEFT: in AnimTick()
1821 else if (p->repeat_button[0] & (PAD_BUTTON_LEFT|DEMOWIN_STICK_L)) in __DEMOWinMenu_get_user_input()