(This issue was translated by AI — please excuse any awkward phrasing.)
Currently, RMLUI_BACKEND_SIMULATE_TOUCH converts all mouse events to touch events, which breaks normal desktop interactions like hover, clicks, and mouse wheel scrolling.
This forces a choice: either full mouse behavior, or touch-like drag scrolling with inertia — but not both.
Request: Please add a built-in way to use mouse wheel (for smooth scrolling) and left-click drag (for inertial/momentum scrolling) simultaneously on desktop, without breaking standard mouse interactions.
Use case: Desktop apps with scrollable content (settings panels, galleries, file browsers) increasingly expect both input methods to work together, just like modern web browsers and creative tools.
(This issue was translated by AI — please excuse any awkward phrasing.)
Currently, RMLUI_BACKEND_SIMULATE_TOUCH converts all mouse events to touch events, which breaks normal desktop interactions like hover, clicks, and mouse wheel scrolling.
This forces a choice: either full mouse behavior, or touch-like drag scrolling with inertia — but not both.
Request: Please add a built-in way to use mouse wheel (for smooth scrolling) and left-click drag (for inertial/momentum scrolling) simultaneously on desktop, without breaking standard mouse interactions.
Use case: Desktop apps with scrollable content (settings panels, galleries, file browsers) increasingly expect both input methods to work together, just like modern web browsers and creative tools.