mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(app): send close event when mac app should quit
This commit is contained in:
parent
a50d945be0
commit
d90000d0f2
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue