mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-14 03:52:30 +00:00
feat(event): implement OsInputGet for windows
This commit is contained in:
parent
788dde31ef
commit
885eeeabd8
7 changed files with 51 additions and 4 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#include "event/Window.hpp"
|
||||
|
||||
int32_t OsGuiProcessMessage(void* message) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int32_t OsWindowProc(void* window, uint32_t message, uintptr_t wparam, intptr_t lparam) {
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue