Home
last modified time | relevance | path

Searched refs:WPAD_BUTTON_SMALL_B (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-2.1/include/revolution/
Dwpad.h195 #define WPAD_BUTTON_SMALL_B WPAD_BUTTON_2 macro
337 #define WPAD_BUTTON_SMALL_B 0x0020
346 #define WPAD_BUTTON_Y WPAD_BUTTON_SMALL_B
Dkpad.h47 #define KPAD_BUTTON_SMALL_B WPAD_BUTTON_SMALL_B
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dsimple.c301 if( stat->button & WPAD_BUTTON_SMALL_B) buf[9] = 'b'; in renderStatus()
Dsampling.c220 if( stat->button & WPAD_BUTTON_SMALL_B) buf[9] = 'b'; in renderStatus()
Dhandling.c540 if( wpad_ptr->button & WPAD_BUTTON_SMALL_B) buf2[ 1] = 'b'; in renderStatus()