mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Don't enable mouse by default until it no longer responds to titlebar manipulation
This commit is contained in:
parent
1586214876
commit
a9ea1372d9
@ -362,7 +362,7 @@ static const bool def_history_list_enable = true;
|
||||
|
||||
static const unsigned int def_user_language = 0;
|
||||
|
||||
#if (defined(__APPLE__) && defined(__MACH__) && defined(OSX)) || (defined(_WIN32) && !defined(_XBOX))
|
||||
#if (defined(_WIN32) && !defined(_XBOX))
|
||||
static const bool def_mouse_enable = true;
|
||||
#else
|
||||
static const bool def_mouse_enable = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user