Lines Matching refs:ext

740                         myPrint(x,    y, 0, "  %d", (s16)(ptr->ext.fs.fsStickX));   in renderStatus()
741 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.fs.fsStickY)); y+= FONT_HEIGHT; in renderStatus()
742 myPrint(x, y, 0, " %d", (s16)(ptr->ext.fs.fsAccX)); in renderStatus()
743 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.fs.fsAccY)); in renderStatus()
744 myPrint(x+70, y, 0, " %d", (s16)(ptr->ext.fs.fsAccZ)); y+= FONT_HEIGHT; in renderStatus()
749 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_LEFT ) buf5[ 0] = '<'; in renderStatus()
750 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_UP ) buf5[ 1] = '^'; in renderStatus()
751 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_DOWN ) buf5[ 2] = 'v'; in renderStatus()
752 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_RIGHT ) buf5[ 3] = '>'; in renderStatus()
753 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_A ) buf6[ 0] = 'A'; in renderStatus()
754 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_B ) buf6[ 1] = 'B'; in renderStatus()
755 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_X ) buf6[ 2] = 'X'; in renderStatus()
756 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_Y ) buf6[ 3] = 'Y'; in renderStatus()
757 if ( ptr->ext.cl.clButton & WPAD_CL_TRIGGER_L ) buf7[ 0] = 'L'; in renderStatus()
758 if ( ptr->ext.cl.clButton & WPAD_CL_TRIGGER_R ) buf7[ 1] = 'R'; in renderStatus()
759 if ( ptr->ext.cl.clButton & WPAD_CL_TRIGGER_ZL ) buf7[ 2] = 'z'; in renderStatus()
760 if ( ptr->ext.cl.clButton & WPAD_CL_TRIGGER_ZR ) buf7[ 3] = 'Z'; in renderStatus()
761 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_MINUS ) buf8[ 0] = '-'; in renderStatus()
762 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_HOME ) buf8[ 1] = 'H'; in renderStatus()
763 if ( ptr->ext.cl.clButton & WPAD_CL_BUTTON_PLUS ) buf8[ 2] = '+'; in renderStatus()
765 myPrint(x, y, 0, " %d", (s16)(ptr->ext.cl.clLStickX)); in renderStatus()
766 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.cl.clLStickY)); y+= FONT_HEIGHT; in renderStatus()
767 myPrint(x, y, 0, " %d", (s16)(ptr->ext.cl.clRStickX)); in renderStatus()
768 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.cl.clRStickY)); y+= FONT_HEIGHT; in renderStatus()
769 myPrint(x, y, 0, " %d", (s16)(ptr->ext.cl.clTriggerL)); in renderStatus()
770 myPrint(x+35, y, 0, " %d", (s16)(ptr->ext.cl.clTriggerR)); y+= FONT_HEIGHT; in renderStatus()