Home
last modified time | relevance | path

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

/RvlSDK-3.3/include/revolution/
Dkpad.h65 #define KPAD_CL_TRIGGER_R WPAD_CL_TRIGGER_R
Dwpad.h337 #define WPAD_CL_TRIGGER_R 0x0200 macro
/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c758 if ( ptr->ext.cl.clButton & WPAD_CL_TRIGGER_R ) buf7[ 1] = 'R'; in renderStatus()
816 if ( ptr->clButton & WPAD_CL_TRIGGER_R ) buf7[ 1] = 'R'; in renderStatus()
Ddummy_checker.c558 if( cl_ptr->clButton & WPAD_CL_TRIGGER_R ) buf3[ 9] = 'R'; in renderStatus()
Dwpadsample.c1344 clb[9] = (char)((cl->clButton & WPAD_CL_TRIGGER_R) ? 'R' : '_'); in renderStatus()
1464 … clb[9] = (char)((mp->ext.cl.clButton & WPAD_CL_TRIGGER_R) ? 'R' : '_'); in renderStatus()