Home
last modified time | relevance | path

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

/RvlSDK-3.3/include/revolution/
Dkpad.h63 #define KPAD_CL_TRIGGER_ZL WPAD_CL_TRIGGER_ZL
Dwpad.h335 #define WPAD_CL_TRIGGER_ZL 0x0080 macro
/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c759 if ( ptr->ext.cl.clButton & WPAD_CL_TRIGGER_ZL ) buf7[ 2] = 'z'; in renderStatus()
817 if ( ptr->clButton & WPAD_CL_TRIGGER_ZL ) buf7[ 2] = 'z'; in renderStatus()
Ddummy_checker.c559 if( cl_ptr->clButton & WPAD_CL_TRIGGER_ZL ) buf3[10] = 'z'; in renderStatus()
Dwpadsample.c1345 clb[10]= (char)((cl->clButton & WPAD_CL_TRIGGER_ZL) ? 'z' : '_'); in renderStatus()
1465 … clb[10]= (char)((mp->ext.cl.clButton & WPAD_CL_TRIGGER_ZL) ? 'z' : '_'); in renderStatus()