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()
280 #define WPAD_BUTTON_PLUS 0x0010 macro292 #define WPAD_BUTTON_START WPAD_BUTTON_PLUS
43 #define KPAD_BUTTON_PLUS WPAD_BUTTON_PLUS
46 #define KPAD_BUTTON_PLUS WPAD_BUTTON_PLUS
413 if (info[chan].button & WPAD_BUTTON_PLUS) in main()459 if (info[chan].button & WPAD_BUTTON_PLUS) in main()
519 if( wpad_ptr->button & WPAD_BUTTON_PLUS ) buf[10] = '+'; in renderStatus()
1178 btn[8] = (char)((wpad.button & WPAD_BUTTON_PLUS) ? '+' : '_'); in renderStatus()