Searched refs:WPAD_BUTTON_PLUS (Results 1 – 8 of 8) sorted by relevance
229 … if (( DEMOPadGetButtonDown(0) & PAD_BUTTON_Y ) || ( (wpad.button & WPAD_BUTTON_PLUS) && !oldbtn )) in main()
264 #define WPAD_BUTTON_PLUS 0x0010 macro276 #define WPAD_BUTTON_START WPAD_BUTTON_PLUS
43 #define KPAD_BUTTON_PLUS WPAD_BUTTON_PLUS
42 #define KPAD_BUTTON_PLUS WPAD_BUTTON_PLUS
397 if (WPADButtonDown(prev, curr) & WPAD_BUTTON_PLUS) in main()
411 if (info[chan].button & WPAD_BUTTON_PLUS) in main()457 if (info[chan].button & WPAD_BUTTON_PLUS) in main()
526 if( wpad_ptr->button & WPAD_BUTTON_PLUS ) buf[10] = '+'; in renderStatus()
1140 btn[8] = (char)((wpad.button & WPAD_BUTTON_PLUS) ? '+' : '_'); in renderStatus()