adjust hover eval focus rules; require manual interaction to focus

This commit is contained in:
Ryan Fleury
2024-07-15 09:39:56 -07:00
parent ebbf927fc1
commit 3bb8dc9089
2 changed files with 13 additions and 3 deletions
+1
View File
@@ -622,6 +622,7 @@ struct DF_Window
F32 query_view_t;
// rjf: hover eval stable state
B32 hover_eval_focused;
TxtPt hover_eval_txt_cursor;
TxtPt hover_eval_txt_mark;
U8 hover_eval_txt_buffer[1024];