efficient rendering of log view, node reversal

This commit is contained in:
Krzosa Karol
2025-01-27 15:10:02 +01:00
parent a8cf9bfee9
commit 870ed125ee
6 changed files with 317 additions and 39 deletions

View File

@@ -106,6 +106,7 @@ typedef struct ui_signal_t ui_signal_t;
struct ui_signal_t {
ui_box_t *box;
b8 clicked;
b8 press;
b8 dragging;
v2f32_t drag;
};
@@ -118,6 +119,7 @@ struct ui_t {
ui_box_t root;
ui_box_t *top;
app_event_t *event;
ui_box_t *reverse_order_ref;
UI_DECL_STACKS