Searched refs:WPAD_CL_TRIGGER_ZL (Results 1 – 5 of 5) sorted by relevance
63 #define KPAD_CL_TRIGGER_ZL WPAD_CL_TRIGGER_ZL
335 #define WPAD_CL_TRIGGER_ZL 0x0080 macro
759 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()
559 if( cl_ptr->clButton & WPAD_CL_TRIGGER_ZL ) buf3[10] = 'z'; in renderStatus()
1345 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()