Searched refs:WPAD_CL_BUTTON_UP (Results 1 – 5 of 5) sorted by relevance
56 #define KPAD_CL_BUTTON_UP WPAD_CL_BUTTON_UP
328 #define WPAD_CL_BUTTON_UP 0x0001 macro
1336 clb[1] = (char)((cl->clButton & WPAD_CL_BUTTON_UP) ? '^' : '_'); in renderStatus()1369 trb[1] = (char)((tr->trButton & WPAD_CL_BUTTON_UP) ? '^' : '_'); in renderStatus()1456 … clb[1] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_UP) ? '^' : '_'); in renderStatus()
750 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_UP ) buf5[ 1] = '^'; in renderStatus()808 if ( ptr->clButton & WPAD_CL_BUTTON_UP ) buf5[ 1] = '^'; in renderStatus()
550 if( cl_ptr->clButton & WPAD_CL_BUTTON_UP ) buf3[ 1] = '^'; in renderStatus()