Searched refs:WPAD_BUTTON_MINUS (Results 1 – 7 of 7) sorted by relevance
225 …if (( DEMOPadGetButtonDown(0) & PAD_BUTTON_X ) || ( (wpad.button & WPAD_BUTTON_MINUS) && !oldbtn )) in main()
285 #define WPAD_BUTTON_MINUS 0x1000 macro293 #define WPAD_BUTTON_SELECT WPAD_BUTTON_MINUS
44 #define KPAD_BUTTON_MINUS WPAD_BUTTON_MINUS
47 #define KPAD_BUTTON_MINUS WPAD_BUTTON_MINUS
422 if (info[chan].button & WPAD_BUTTON_MINUS) in main()463 else if (info[chan].button & WPAD_BUTTON_MINUS) in main()
517 if( wpad_ptr->button & WPAD_BUTTON_MINUS ) buf[ 8] = '-'; in renderStatus()
1179 btn[9] = (char)((wpad.button & WPAD_BUTTON_MINUS)? '-' : '_'); in renderStatus()