mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(client): migrate gui functions and implement OsGuiGetWindow
This commit is contained in:
parent
acaa42019a
commit
ba790418e1
12 changed files with 120 additions and 33 deletions
14
src/client/gui/OsGui.hpp
Normal file
14
src/client/gui/OsGui.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef CLIENT_GUI_OS_GUI_HPP
|
||||
#define CLIENT_GUI_OS_GUI_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
void* OsGuiGetWindow(int32_t type);
|
||||
|
||||
bool OsGuiIsModifierKeyDown(int32_t key);
|
||||
|
||||
int32_t OsGuiProcessMessage(void* message);
|
||||
|
||||
void OsGuiSetGxWindow(void* window);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue