Opened 7 years ago

Closed 6 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)

Control tab visible on Windows.PNG (125.5 KB ) - added by rootfather 7 years ago.

Download all attachments as: .zip

Change History (7)

by rootfather, 7 years ago

comment:1 by m-kiewitz, 7 years ago

Also the case for manual MSVC++ build.

comment:2 by rootfather, 7 years ago

May I bring this back to your attention? This bug is still present on the current codebase.

comment:3 by criezy, 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 csnover, 6 years ago

Keywords: windows gui control removed

comment:6 by bgK, 6 years ago

Resolution: fixed
Status: newclosed

The joystick settings are now only visible when joystick support is enabled (num_joystick >= 0) (PR1088).

Note: See TracTickets for help on using tickets.