WhiteMagic / JoystickGremlin

A tool for configuring and managing joystick devices.
http://whitemagic.github.io/JoystickGremlin/
GNU General Public License v3.0
306 stars 45 forks source link

Mouse buttons as input #524

Open someonemax opened 3 months ago

someonemax commented 3 months ago

Is it possible to use mouse buttons as input? (without binding them to keyboard keys using another software) I.e. to bind macros to mouse buttons, or use mouse buttons as modifier keys (conditions) for macros that are bound to keyboard keys.

If not, it would be nice if you would implement it in the future versions.

WhiteMagic commented 3 months ago

It is possible to read some mouse inputs, however, that is limited to a standard 5-button mouse and won't work with fancier devices. So even if reading mouse inputs were supported, the typical gaming mice people use would be unable to use Gremlin fully and would still rely on vendor-specific software. Additionally, the program is about mapping joystick devices and not generic input devices so this is not a feature that is likely to be implemented.