diff options
author | FearlessTobi <thm.frey@gmail.com> | 2020-04-11 04:22:50 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2020-04-20 04:21:58 +0200 |
commit | e7664b7a4fe1035bc3c9afb51254bfff1f25654a (patch) | |
tree | 1ef014c1cebc971271f26cc7669c0010ffe1a463 /src/yuzu/uisettings.h | |
parent | 4932010c6f5fc5f2d0c78e69285eaccd64a32c0f (diff) |
yuzu: Option to hide mouse on inactivity
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
Diffstat (limited to 'src/yuzu/uisettings.h')
-rw-r--r-- | src/yuzu/uisettings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h index a675ecf4d..830932d45 100644 --- a/src/yuzu/uisettings.h +++ b/src/yuzu/uisettings.h @@ -59,6 +59,7 @@ struct Values { bool confirm_before_closing; bool first_start; bool pause_when_in_background; + bool hide_mouse; bool select_user_on_boot; |