introduce extra query selection state, to allow mouse-driven controls for deselecting a window's query ui, then reselecting it (e.g. to copy things from source view)

This commit is contained in:
Ryan Fleury
2024-01-23 15:00:42 -08:00
parent abb2dd713e
commit e56eb077d0
2 changed files with 44 additions and 21 deletions
+2
View File
@@ -569,6 +569,8 @@ struct DF_Window
DF_CmdSpec *query_cmd_spec;
DF_CmdParams query_cmd_params;
DF_View *query_view_stack_top;
B32 query_view_selected;
F32 query_view_selected_t;
F32 query_view_t;
// rjf: hover eval stable state