Rescale imgui on display scale change

This commit is contained in:
Luke Street
2026-04-03 17:09:29 -06:00
parent b8f53c55a5
commit 5f0f3628ce
+3
View File
@@ -157,6 +157,9 @@ void main01(void) {
case AURORA_WINDOW_RESIZED:
mDoGph_gInf_c::setWindowSize(event->windowSize);
break;
case AURORA_DISPLAY_SCALE_CHANGED:
dusk::ImGuiEngine_Initialize(event->windowSize.scale);
break;
case AURORA_EXIT:
goto exit;
}