feat(event): handle close event

This commit is contained in:
fallenoak 2023-01-02 15:37:41 -06:00 committed by GitHub
parent d90000d0f2
commit 09d77e1ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

View file

@ -39,6 +39,8 @@ void EventDoMessageLoop();
void EventInitialize(int32_t threadCount, int32_t netServer);
void EventInitiateShutdown();
int32_t EventIsControlKeyDown();
int32_t EventIsKeyDown(KEY key);