You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Mouse wheel" scrolling is ridiculously sensitive and unmanageable when using track pads which send out many signals in quick succession (such as on the MacBook Pro). Unfortunately, since there appears to be no way to know directly what type of device is triggering the mousewheel events, it is not trivial to somehow normalise or "tame" the input from the track pad without also affecting the "1 tick per click" behaviour of the standard mouse wheel. @darsain has described the same phenomenon in this discussion at the sly.js project. Ideas are appreciated.
Here is a recording of a light swipe using two fingers on a MacBook Pro track pad:
The following is a recording of a down-scroll of 4 ticks using the mouse wheel on a USB mouse:
dt is the time (in milliseconds) elapsed since the last event.
The text was updated successfully, but these errors were encountered:
However, that of course distorts the response to a standard well-behaving mouse wheel. Attempting to determine the nature of the input device would be easy if the track pad didn't emit deltas of magnitude 1 among other potential values.
Any ideas?
specious
changed the title
Crazy "mousewheel" scrolling characteristics using certain track pads
Problematic "mousewheel" scrolling characteristics using certain track pads
Nov 29, 2016
specious
changed the title
Problematic "mousewheel" scrolling characteristics using certain track pads
Problematic "mousewheel" scrolling characteristics using particular track pads
Nov 29, 2016
"Mouse wheel" scrolling is ridiculously sensitive and unmanageable when using track pads which send out many signals in quick succession (such as on the MacBook Pro). Unfortunately, since there appears to be no way to know directly what type of device is triggering the mousewheel events, it is not trivial to somehow normalise or "tame" the input from the track pad without also affecting the "1 tick per click" behaviour of the standard mouse wheel. @darsain has described the same phenomenon in this discussion at the sly.js project. Ideas are appreciated.
Here is a recording of a light swipe using two fingers on a MacBook Pro track pad:
The following is a recording of a down-scroll of 4 ticks using the mouse wheel on a USB mouse:
dt is the time (in milliseconds) elapsed since the last event.
The text was updated successfully, but these errors were encountered: