mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-19 03:20:11 +03:00
feat(app): send close event when mac app should quit
This commit is contained in:
parent
a50d945be0
commit
d90000d0f2
@ -1,5 +1,6 @@
|
||||
#include "app/mac/MainApp.h"
|
||||
#include "event/Event.hpp"
|
||||
#include "event/Input.hpp"
|
||||
#include "event/Scheduler.hpp"
|
||||
#include "os/Compat.hpp"
|
||||
|
||||
@ -29,8 +30,7 @@
|
||||
}
|
||||
|
||||
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender {
|
||||
// TODO
|
||||
// OsQueuePut(5, 0, 0, 0, 0);
|
||||
OsQueuePut(OS_INPUT_CLOSE, 0, 0, 0, 0);
|
||||
|
||||
return NSTerminateCancel;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user