some more cleanup

This commit is contained in:
asrael 2026-04-15 00:27:16 -05:00
parent f4170614a7
commit 26e855369d
20 changed files with 22 additions and 41 deletions

View file

@ -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