Home
last modified time | relevance | path

Searched refs:WPAD_BUTTON_RIGHT (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-2.1/include/revolution/
Dwpad.h177 #define WPAD_BUTTON_RIGHT 0x0002 macro
341 #define WPAD_BUTTON_RIGHT 0x0800
Dkpad.h29 #define KPAD_BUTTON_RIGHT WPAD_BUTTON_RIGHT
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dsimple.c292 if( stat->button & WPAD_BUTTON_RIGHT ) buf[0] = '>'; in renderStatus()
Dsampling.c211 if( stat->button & WPAD_BUTTON_RIGHT ) buf[0] = '>'; in renderStatus()
Dwpad_axdemo.c82 {WPAD_BUTTON_RIGHT, 9}
872 case WPAD_BUTTON_RIGHT: sprintf(button, "Right"); break; in RenderOperation()
Dhandling.c532 if( wpad_ptr->button & WPAD_BUTTON_RIGHT ) buf1[ 3] = '>'; in renderStatus()