Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/
Dwpad.h193 #define WPAD_BUTTON_SELECT WPAD_BUTTON_MINUS macro
333 #define WPAD_BUTTON_SELECT 0x0002
Dkpad.h45 #define KPAD_BUTTON_SELECT WPAD_BUTTON_SELECT
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dsimple.c297 if( stat->button & WPAD_BUTTON_SELECT ) buf[5] = 'T'; in renderStatus()
Dsampling.c216 if( stat->button & WPAD_BUTTON_SELECT ) buf[5] = 'T'; in renderStatus()
Dhandling.c535 if( wpad_ptr->button & WPAD_BUTTON_SELECT ) buf1[ 5] = 'T'; in renderStatus()