some more cleanup
This commit is contained in:
parent
f4170614a7
commit
26e855369d
20 changed files with 22 additions and 41 deletions
|
|
@ -4,12 +4,12 @@
|
|||
#include "pxl8_types.h"
|
||||
|
||||
typedef struct {
|
||||
u32 active_id;
|
||||
bool cursor_clicked;
|
||||
bool cursor_down;
|
||||
i32 cursor_x;
|
||||
i32 cursor_y;
|
||||
bool cursor_down;
|
||||
bool cursor_clicked;
|
||||
u32 hot_id;
|
||||
u32 active_id;
|
||||
} pxl8_gui_state;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue