mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 03:52:30 +00:00
feat(event): handle key down and key up events for windows
This commit is contained in:
parent
b8ebabaea5
commit
43402e3bd1
4 changed files with 147 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
#include "event/Input.hpp"
|
||||
|
||||
bool OsGuiIsModifierKeyDown(int32_t key) {
|
||||
// TODO
|
||||
return false;
|
||||
}
|
||||
|
||||
int32_t OsGuiProcessMessage(void* message) {
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue