Opened 8 years ago
Closed 7 years ago
#9714 closed defect (fixed)
[GUI/WIN] Control tab is shown in GUI settings
Reported by: | rootfather | Owned by: | bgK |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
Despite the "Control" tab and especially the pointer settings are relevant only for (portable) devices that have no physical mouse and need to emulate one, this tab and setting is visible in the current Windows builds.
I think this setting and the whole tab should be not visible when running on systems that have a physical mouse and no support for emulation via a joystick or a touchpad.
Unfortunately, I am currently unable to test on Linux too.
Attachments (1)
Change History (7)
by , 8 years ago
Attachment: | Control tab visible on Windows.PNG added |
---|
comment:1 by , 8 years ago
comment:2 by , 7 years ago
May I bring this back to your attention? This bug is still present on the current codebase.
comment:3 by , 7 years ago
See PR 935 (https://github.com/scummvm/scummvm/pull/935) for discussion on ways to fix this bug.
The difficulty here is that we can use joystick on Windows (or other desktop platforms), and thus the "Control" tab may be relevant. Thus we cannot just always remove it on Windows.
comment:4 by , 7 years ago
Keywords: | windows gui control removed |
---|
comment:6 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The joystick settings are now only visible when joystick support is enabled (num_joystick >= 0) (PR1088).
Also the case for manual MSVC++ build.