mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 20:12:29 +00:00
feat(event): handle close event
This commit is contained in:
parent
d90000d0f2
commit
09d77e1ba2
3 changed files with 15 additions and 1 deletions
|
|
@ -46,6 +46,10 @@ void EventInitialize(int32_t threadCount, int32_t netServer) {
|
|||
// OsInputSetEventPollProc(&sub_47DCA0);
|
||||
}
|
||||
|
||||
void EventInitiateShutdown() {
|
||||
IEvtSchedulerShutdown();
|
||||
}
|
||||
|
||||
int32_t EventIsControlKeyDown() {
|
||||
return EventIsKeyDown(KEY_LCONTROL) || EventIsKeyDown(KEY_RCONTROL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue