Searched refs:focus (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.5/build/demos/fs/overlay/src/ |
| D | main.c | 228 BOOL focus = (i == current); in NitroMain() local 230 … DEMOSetBitmapTextColor((GXRgb)(focus ? GX_RGBA(31, 31, 0, 1) : GX_RGBA(31, 31, 31, 1))); in NitroMain() 232 focus ? ">" : " ", list[i].name, loaded ? "(loaded)" : ""); in NitroMain()
|
| /TwlSDK-5.5/build/demos/fs/explorer/src/ |
| D | main.c | 303 BOOL focus = (i == cursor); in NitroMain() local 306 … DEMOSetBitmapTextColor((GXRgb)(focus ? GX_RGBA(31, 31, 0, 1) : GX_RGBA(31, 31, 31, 1))); in NitroMain() 307 DEMODrawText(ox + 20, y, "%s", focus ? ">" : ""); in NitroMain()
|