Home
last modified time | relevance | path

Searched refs:buf3 (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.3/build/demos/wpaddemo/src/
Ddummy_checker.c469 char buf3[] = "_______________"; in renderStatus() local
549 if( cl_ptr->clButton & WPAD_CL_BUTTON_LEFT ) buf3[ 0] = '<'; in renderStatus()
550 if( cl_ptr->clButton & WPAD_CL_BUTTON_UP ) buf3[ 1] = '^'; in renderStatus()
551 if( cl_ptr->clButton & WPAD_CL_BUTTON_DOWN ) buf3[ 2] = 'v'; in renderStatus()
552 if( cl_ptr->clButton & WPAD_CL_BUTTON_RIGHT ) buf3[ 3] = '>'; in renderStatus()
553 if( cl_ptr->clButton & WPAD_CL_BUTTON_A ) buf3[ 4] = 'A'; in renderStatus()
554 if( cl_ptr->clButton & WPAD_CL_BUTTON_B ) buf3[ 5] = 'B'; in renderStatus()
555 if( cl_ptr->clButton & WPAD_CL_BUTTON_X ) buf3[ 6] = 'X'; in renderStatus()
556 if( cl_ptr->clButton & WPAD_CL_BUTTON_Y ) buf3[ 7] = 'Y'; in renderStatus()
557 if( cl_ptr->clButton & WPAD_CL_TRIGGER_L ) buf3[ 8] = 'L'; in renderStatus()
[all …]
Dmplus.c644 char buf3[] = "___"; in renderStatus() local
677 if( ptr->button & WPAD_BUTTON_MINUS ) buf3[ 0] = '-'; in renderStatus()
678 if( ptr->button & WPAD_BUTTON_HOME ) buf3[ 1] = 'H'; in renderStatus()
679 if( ptr->button & WPAD_BUTTON_PLUS ) buf3[ 2] = '+'; in renderStatus()
680 myPrint(x, y, 0, " %s%s%s", buf1,buf2,buf3); y+= FONT_HEIGHT; in renderStatus()