mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(event): pass custom window proc in gx device creation
This commit is contained in:
parent
9ccd1884f3
commit
32f9c81abf
6 changed files with 41 additions and 1 deletions
5
src/event/linux/Window.cpp
Normal file
5
src/event/linux/Window.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "event/Window.hpp"
|
||||
|
||||
int32_t OsWindowProc(void* window, uint32_t message, uint32_t wparam, int32_t lparam) {
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue