Issue959

Title System mouse setting should be respected in the fullscreen mode (or allow to remap mouse bindings)
Priority bug Status open
Assigned To Keywords
Linked issues Watchers

Submitted on 2019-11-07 20h40 by bircoph, last changed by bircoph.

Messages
Author: bircoph Date: 2019-11-07   20h40
Hi!

I use reversed mouse buttons mapping (for left-handed mouse use), e.g. from xorg.conf.d:

Section "InputClass"
Identifier "mouse catchall"
MatchIsPointer "on"
MatchIsTouchpad "off"
MatchDevicePath "/dev/input/event*"
    Driver      "evdev"
    Option      "ButtonMapping"     "3 2 1"
EndSection

When I play freedroidrpg (both 0.16 and 1.0rc2) in the fullscreen mode this setting is ignored and mouse button mapping is reversed to the standard one . But in the windowed mode the system settings are respected (left button is right and right is left).

FreedroidRPG should respect system settings in the fullscreen mode as well.

Alternatively it should be possible to remap mouse buttons the same way it is possible to remap key bindings now. It will be the best to implement both solutions.
History
Date User Action Args
2019-11-07 20:40:15bircophcreate