first pass at dedicated bitmap tab view, & all the machinery of going from watch window w/ view rule -> dedicated ui

This commit is contained in:
Ryan Fleury
2024-04-02 14:33:17 -07:00
parent cd1a0a4cb5
commit 0eb8216ea0
11 changed files with 327 additions and 36 deletions
+6
View File
@@ -527,6 +527,12 @@ ui_dt(void)
//- rjf: drag data
internal Vec2F32
ui_drag_start_mouse(void)
{
return ui_state->drag_start_mouse;
}
internal Vec2F32
ui_drag_delta(void)
{