Help window, setting to show/hide Tooltips

Menu and keyboard shortcut declaration centralized. List of all keyboard shortcuts. ImGuiToolkit unified tooltips.
This commit is contained in:
Bruno Herbelin
2021-12-12 23:12:56 +01:00
parent 731a1af1a6
commit a7689a8f54
8 changed files with 353 additions and 99 deletions

View File

@@ -207,6 +207,7 @@ struct Application
bool smooth_transition;
bool smooth_cursor;
bool action_history_follow_view;
bool show_tooptips;
int pannel_current_session_mode;
@@ -257,6 +258,7 @@ struct Application
save_version_snapshot = false;
smooth_cursor = false;
action_history_follow_view = false;
show_tooptips = true;
accept_connections = false;
pannel_current_session_mode = 0;
current_view = 1;