Searched refs:WPAD_BUTTON_PLUS (Results 1 – 7 of 7) sorted by relevance
229 … if (( DEMOPadGetButtonDown(0) & PAD_BUTTON_Y ) || ( (wpad.button & WPAD_BUTTON_PLUS) && !oldbtn )) in main()
310 #define WPAD_BUTTON_PLUS 0x0010 macro322 #define WPAD_BUTTON_START WPAD_BUTTON_PLUS
49 #define KPAD_BUTTON_PLUS WPAD_BUTTON_PLUS
416 if (info[chan].button & WPAD_BUTTON_PLUS) in main()462 if (info[chan].button & WPAD_BUTTON_PLUS) in main()
174 if (hold == (WPAD_BUTTON_PLUS | WPAD_BUTTON_MINUS)) in main()679 if( ptr->button & WPAD_BUTTON_PLUS ) buf3[ 2] = '+'; in renderStatus()
522 if( wpad_ptr->button & WPAD_BUTTON_PLUS ) buf[10] = '+'; in renderStatus()
1249 btn[8] = (char)((wpad.button & WPAD_BUTTON_PLUS) ? '+' : '_'); in renderStatus()