Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/
Dwpad.h179 #define WPAD_BUTTON_UP 0x0008 macro
339 #define WPAD_BUTTON_UP 0x0200
Dkpad.h31 #define KPAD_BUTTON_UP WPAD_BUTTON_UP
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dsimple.c294 if( stat->button & WPAD_BUTTON_UP ) buf[2] = '^'; in renderStatus()
Dsampling.c213 if( stat->button & WPAD_BUTTON_UP ) buf[2] = '^'; in renderStatus()
Dwpad_axdemo.c80 {WPAD_BUTTON_UP, 7},
870 case WPAD_BUTTON_UP: sprintf(button, "Up "); break; in RenderOperation()
Dhandling.c530 if( wpad_ptr->button & WPAD_BUTTON_UP ) buf1[ 1] = '^'; in renderStatus()