mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +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
|
|
@ -1,4 +1,5 @@
|
|||
#include "client/Console.hpp"
|
||||
#include "event/Window.hpp"
|
||||
#include "gx/Device.hpp"
|
||||
#include "util/CVar.hpp"
|
||||
#include <cstring>
|
||||
|
|
@ -200,7 +201,7 @@ void ConsoleDeviceInitialize(const char* title) {
|
|||
api = GxApi_GLL;
|
||||
#endif
|
||||
|
||||
CGxDevice* device = GxDevCreate(api, nullptr, format);
|
||||
CGxDevice* device = GxDevCreate(api, OsWindowProc, format);
|
||||
|
||||
// TODO
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue