Searched refs:WPAD_CL_TRIGGER_R (Results 1 – 5 of 5) sorted by relevance
65 #define KPAD_CL_TRIGGER_R WPAD_CL_TRIGGER_R
337 #define WPAD_CL_TRIGGER_R 0x0200 macro
758 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()
558 if( cl_ptr->clButton & WPAD_CL_TRIGGER_R ) buf3[ 9] = 'R'; in renderStatus()
1344 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()