mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
chore(build): make Thunderbrew zig-buildable
This commit is contained in:
parent
c6e2947506
commit
20f392cd74
10 changed files with 934 additions and 33 deletions
|
|
@ -56,7 +56,7 @@ class CSimpleTop : public CLayoutFrame {
|
|||
frame_layout m_layout;
|
||||
CSimpleSortedArray<FRAMEPRIORITY*> m_eventqueue[NUM_FRAME_STRATA][NUM_SIMPLE_EVENTS];
|
||||
int32_t m_checkFocus = 1;
|
||||
EVENT_DATA_MOUSE m_mousePosition;
|
||||
EVENT_DATA_MOUSE m_mousePosition = {};
|
||||
int32_t (*m_mouseButtonCallback)(CMouseEvent*) = nullptr;
|
||||
int32_t (*m_mousePositionCallback)(CMouseEvent*) = nullptr;
|
||||
int32_t (*m_displaySizeCallback)(const CSizeEvent&) = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue