MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / IsLoadedTheme

Function IsLoadedTheme

projects/uDesigner/source/main.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 char g_ManifestAuthor[256] = {};
103
104 inline bool IsLoadedTheme() {
105 return g_ThemeFile != nullptr;
106 }
107
108 #define IMGUI_COLOR_TO_U32(color) IM_COL32((u32)(color.Value.x * 255.0f), (u32)(color.Value.y * 255.0f), (u32)(color.Value.z * 255.0f), (u32)(color.Value.w * 255.0f))
109

Callers 1

MainLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected