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()
315 #define WPAD_BUTTON_MINUS 0x1000 macro323 #define WPAD_BUTTON_SELECT WPAD_BUTTON_MINUS
50 #define KPAD_BUTTON_MINUS WPAD_BUTTON_MINUS
425 if (info[chan].button & WPAD_BUTTON_MINUS) in main()466 else if (info[chan].button & WPAD_BUTTON_MINUS) in main()
174 if (hold == (WPAD_BUTTON_PLUS | WPAD_BUTTON_MINUS)) in main()677 if( ptr->button & WPAD_BUTTON_MINUS ) buf3[ 0] = '-'; in renderStatus()
520 if( wpad_ptr->button & WPAD_BUTTON_MINUS ) buf[ 8] = '-'; in renderStatus()
1250 btn[9] = (char)((wpad.button & WPAD_BUTTON_MINUS)? '-' : '_'); in renderStatus()