|
@ -989,8 +989,10 @@ void PollInputEvents(void) |
|
|
case RGFW_quit: |
|
|
case RGFW_quit: |
|
|
if (CORE.Window.flags & FLAG_WINDOW_ALWAYS_RUN) |
|
|
if (CORE.Window.flags & FLAG_WINDOW_ALWAYS_RUN) |
|
|
event->type = 0; |
|
|
event->type = 0; |
|
|
else |
|
|
else { |
|
|
CORE.Window.shouldClose = true; |
|
|
CORE.Window.shouldClose = true; |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
break; |
|
|
break; |
|
|
case RGFW_DND: // Dropped file
|
|
|
case RGFW_DND: // Dropped file
|
|
|
{ |
|
|
{ |
|
|