Lines Matching refs:cl

1331                     WPADCLStatus *cl = (WPADCLStatus*)&wpad;  in renderStatus()  local
1335 clb[0] = (char)((cl->clButton & WPAD_CL_BUTTON_LEFT) ? '<' : '_'); in renderStatus()
1336 clb[1] = (char)((cl->clButton & WPAD_CL_BUTTON_UP) ? '^' : '_'); in renderStatus()
1337 clb[2] = (char)((cl->clButton & WPAD_CL_BUTTON_DOWN) ? 'v' : '_'); in renderStatus()
1338 clb[3] = (char)((cl->clButton & WPAD_CL_BUTTON_RIGHT)? '>' : '_'); in renderStatus()
1339 clb[4] = (char)((cl->clButton & WPAD_CL_BUTTON_A) ? 'A' : '_'); in renderStatus()
1340 clb[5] = (char)((cl->clButton & WPAD_CL_BUTTON_B) ? 'B' : '_'); in renderStatus()
1341 clb[6] = (char)((cl->clButton & WPAD_CL_BUTTON_X) ? 'X' : '_'); in renderStatus()
1342 clb[7] = (char)((cl->clButton & WPAD_CL_BUTTON_Y) ? 'Y' : '_'); in renderStatus()
1343 clb[8] = (char)((cl->clButton & WPAD_CL_TRIGGER_L) ? 'L' : '_'); in renderStatus()
1344 clb[9] = (char)((cl->clButton & WPAD_CL_TRIGGER_R) ? 'R' : '_'); in renderStatus()
1345 clb[10]= (char)((cl->clButton & WPAD_CL_TRIGGER_ZL) ? 'z' : '_'); in renderStatus()
1346 clb[11]= (char)((cl->clButton & WPAD_CL_TRIGGER_ZR) ? 'Z' : '_'); in renderStatus()
1347 clb[12]= (char)((cl->clButton & WPAD_CL_BUTTON_PLUS) ? '+' : '_'); in renderStatus()
1348 clb[13]= (char)((cl->clButton & WPAD_CL_BUTTON_MINUS)? '-' : '_'); in renderStatus()
1349 clb[14]= (char)((cl->clButton & WPAD_CL_BUTTON_HOME) ? 'H' : '_'); in renderStatus()
1352 …intf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH) , (s16)(y+FONT_HEIGHT), 0, "%04d", cl->clLStickX); in renderStatus()
1353 …intf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH + 45), y+=FONT_HEIGHT, 0, "%04d", cl->clLStickY); in renderStatus()
1354 …intf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH) , (s16)(y+FONT_HEIGHT), 0, "%04d", cl->clRStickX); in renderStatus()
1355 …intf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH + 45), y+=FONT_HEIGHT, 0, "%04d", cl->clRStickY); in renderStatus()
1357 …ntf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH) , (s16)(y+FONT_HEIGHT), 0, "%04d", cl->clTriggerL); in renderStatus()
1358 …ntf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH + 45), y+=FONT_HEIGHT, 0, "%04d", cl->clTriggerR); in renderStatus()
1455 … clb[0] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_LEFT) ? '<' : '_'); in renderStatus()
1456 … clb[1] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_UP) ? '^' : '_'); in renderStatus()
1457 … clb[2] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_DOWN) ? 'v' : '_'); in renderStatus()
1458 … clb[3] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_RIGHT)? '>' : '_'); in renderStatus()
1459 … clb[4] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_A) ? 'A' : '_'); in renderStatus()
1460 … clb[5] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_B) ? 'B' : '_'); in renderStatus()
1461 … clb[6] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_X) ? 'X' : '_'); in renderStatus()
1462 … clb[7] = (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_Y) ? 'Y' : '_'); in renderStatus()
1463 … clb[8] = (char)((mp->ext.cl.clButton & WPAD_CL_TRIGGER_L) ? 'L' : '_'); in renderStatus()
1464 … clb[9] = (char)((mp->ext.cl.clButton & WPAD_CL_TRIGGER_R) ? 'R' : '_'); in renderStatus()
1465 … clb[10]= (char)((mp->ext.cl.clButton & WPAD_CL_TRIGGER_ZL) ? 'z' : '_'); in renderStatus()
1466 … clb[11]= (char)((mp->ext.cl.clButton & WPAD_CL_TRIGGER_ZR) ? 'Z' : '_'); in renderStatus()
1467 … clb[12]= (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_PLUS) ? '+' : '_'); in renderStatus()
1468 … clb[13]= (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_MINUS)? '-' : '_'); in renderStatus()
1469 … clb[14]= (char)((mp->ext.cl.clButton & WPAD_CL_BUTTON_HOME) ? 'H' : '_'); in renderStatus()
1471 …DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y, 0, " %d", (s16)(mp->ext.cl.clLStickX)); in renderStatus()
1472 …tf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.cl.clLStickY)); y+= FO… in renderStatus()
1473 …DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y, 0, " %d", (s16)(mp->ext.cl.clRStickX)); in renderStatus()
1474 …tf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.cl.clRStickY)); y+= FO… in renderStatus()
1475 …EMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y, 0, " %d", (s16)(mp->ext.cl.clTriggerL)); in renderStatus()
1476 …tf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.cl.clTriggerR)); y+= FO… in renderStatus()