Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/
Dwpad.h176 #define WPAD_BUTTON_LEFT 0x0001 macro
342 #define WPAD_BUTTON_LEFT 0x1000
Dkpad.h28 #define KPAD_BUTTON_LEFT WPAD_BUTTON_LEFT
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dsimple.c295 if( stat->button & WPAD_BUTTON_LEFT ) buf[3] = '<'; in renderStatus()
Dsampling.c214 if( stat->button & WPAD_BUTTON_LEFT ) buf[3] = '<'; in renderStatus()
Dwpad_axdemo.c81 {WPAD_BUTTON_LEFT, 8},
871 case WPAD_BUTTON_LEFT: sprintf(button, "Left "); break; in RenderOperation()
Dhandling.c529 if( wpad_ptr->button & WPAD_BUTTON_LEFT ) buf1[ 0] = '<'; in renderStatus()