Option to hide mouse on inactivity (#5094)
* Add and implement option to hide mouse on iniactivity + clang format * Set mouse hide timeout as a constant * Address review comments, decrease mouse inactivity timeout to 2500ms * Hide mouse: fix menubar bugs squashable * Hide mouse: ensure status bar has the default pointer
This commit is contained in:
parent
d37b0476ad
commit
23921e3203
7 changed files with 77 additions and 0 deletions
|
@ -76,6 +76,7 @@ struct Values {
|
|||
bool confirm_before_closing;
|
||||
bool first_start;
|
||||
bool pause_when_in_background;
|
||||
bool hide_mouse;
|
||||
|
||||
bool updater_found;
|
||||
bool update_on_close;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue