Searched refs:PAD_BUTTON_UP (Results 1 – 17 of 17) sorted by relevance
251 if (DEMOPadGetButtonDown(0) & PAD_BUTTON_UP) in main()256 if ((DEMOPadGetButton(0) & PAD_BUTTON_UP) && repeat) in main()
213 cont->button |= PAD_BUTTON_UP; in ReadCont()223 PAD_BUTTON_DOWN | PAD_BUTTON_UP | in ReadCont()
77 (Conts[chan].button & PAD_BUTTON_UP) ? '^' : '_', in PrintCont()
85 (Pads[chan].button & PAD_BUTTON_UP) ? '^' : '_', in PrintPads()
55 (Pads[chan].button & PAD_BUTTON_UP) ? '^' : '_', in PrintPads()
160 (pads[chan].button & PAD_BUTTON_UP) ? '^' : '_', in main()
189 if (button & PAD_BUTTON_UP) in main()
186 #define PAD_BUTTON_UP 0x0008 macro
194 #define PAD_BUTTON_UP 0x0008 macro
80 #define KPAD_GC_BUTTON_UP PAD_BUTTON_UP
107 {PAD_BUTTON_UP, 7},613 case PAD_BUTTON_UP: in PrintIntro()
195 if (button & PAD_BUTTON_UP) in main()
430 if ((buttonDown & PAD_BUTTON_UP) || (dirsNew & DEMO_STICK_UP)) in RenderControls()
397 else if(buttonDown & PAD_BUTTON_UP){ in myCopyFilterTick()
590 case PAD_BUTTON_UP: in AnimTick()
739 if (trig & PAD_BUTTON_UP) in moveCursor()
1816 if (p->repeat_button[0] & (PAD_BUTTON_UP|DEMOWIN_STICK_U)) in __DEMOWinMenu_get_user_input()