Merge pull request #408 from TwilitRealm/ci-2

macOS CI, iOS file picker, icons, safe area avoidance

Resolves #382
This commit is contained in:
Luke Street
2026-04-17 00:00:34 -06:00
committed by GitHub
26 changed files with 828 additions and 177 deletions
+6
View File
@@ -133,6 +133,9 @@ bool launchUILoop() {
const AuroraEvent* event = aurora_update();
while (event != nullptr && event->type != AURORA_NONE) {
switch (event->type) {
case AURORA_SDL_EVENT:
dusk::g_imguiConsole.HandleSDLEvent(event->sdl);
break;
case AURORA_WINDOW_RESIZED:
preLaunchUIWindowSize = event->windowSize;
break;
@@ -213,6 +216,9 @@ void main01(void) {
switch (event->type) {
case AURORA_NONE:
goto eventsDone;
case AURORA_SDL_EVENT:
dusk::g_imguiConsole.HandleSDLEvent(event->sdl);
break;
case AURORA_WINDOW_RESIZED:
mDoGph_gInf_c::setWindowSize(event->windowSize);
break;