fs-uae icon indicating copy to clipboard operation
fs-uae copied to clipboard

Additional Mouse events for scrollwheel request

Open ztronzo opened this issue 2 years ago • 2 comments

Would be great to have input events using the mouse scroll-wheel up/down or scroll-wheel push left-right, which could be really useful for adding control shortcuts to games like Lemmings, Guardian, Alien Breed 3D etc.

These events below are not real events, but added them to just to show an example of what is requested: mouse_port_[port]wheel_scrollwheel_up mouse_port[port]wheel_scrollwheel_down mouse_port[port]wheel_scrollwheel_left mouse_port[port]_wheel_scrollwheel_right

ztronzo avatar Nov 22 '21 09:11 ztronzo

It does indeed sound useful to be able to switch "tools" in Lemmings with the scrollwheel...

FrodeSolheim avatar Nov 24 '21 17:11 FrodeSolheim

With mouse_integration=1 the Scroll-Wheel in Workbench does not accept scrolling up/down inputs. Perhaps when the above request is applied, it can also correct/workaround this issue with sending mouse wheel actions: action_mousewheel_up action_mousewheel_down

ztronzo avatar Aug 18 '22 17:08 ztronzo