mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Merge pull request #5748 from nitrousox1de/hide-mouse-delay-fullscreen
Hide mouse delay fullscreen
This commit is contained in:
commit
438610a58d
6 changed files with 50 additions and 2 deletions
|
@ -458,7 +458,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string& title)
|
|||
szr_other->Add(CreateCheckBoxRefBool(page_general, _("Keep Window on Top"),
|
||||
wxGetTranslation(keep_window_on_top_desc),
|
||||
SConfig::GetInstance().bKeepWindowOnTop));
|
||||
szr_other->Add(CreateCheckBoxRefBool(page_general, _("Hide Mouse Cursor"),
|
||||
szr_other->Add(CreateCheckBoxRefBool(page_general, _("Always Hide Mouse Cursor"),
|
||||
wxGetTranslation(hide_mouse_cursor_desc),
|
||||
SConfig::GetInstance().bHideCursor));
|
||||
szr_other->Add(render_to_main_checkbox =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue