Lines Matching refs:ext

1443 … DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH),    y, 0, "  %d", (s16)(mp->ext.fs.fsStickX));   in renderStatus()
1444 …Printf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.fs.fsStickY)); y+=… in renderStatus()
1445 … DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y, 0, " %d", (s16)(mp->ext.fs.fsAccX)); in renderStatus()
1446 … DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.fs.fsAccY)); in renderStatus()
1447 …Printf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+70), y, 0, " %d", (s16)(mp->ext.fs.fsAccZ)); y+=… 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 …Printf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.cl.clLStickY)); y+… in renderStatus()
1473 …DEMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y, 0, " %d", (s16)(mp->ext.cl.clRStickX)); in renderStatus()
1474 …Printf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.cl.clRStickY)); y+… in renderStatus()
1475 …EMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y, 0, " %d", (s16)(mp->ext.cl.clTriggerL)); in renderStatus()
1476 …Printf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH+35), y, 0, " %d", (s16)(mp->ext.cl.clTriggerR)); y+… in renderStatus()