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
How to reproduce (helps if you record OS-level pointer output, e.g. libinput debug-events):
Put pen in a corner
Lift pen out of range
Put pen in middle
Notice that reentry significantly overshoots for a brief moment
Can probably be mitigated by resetting last vector to current vector on reentry (likely requires functional OutOfRange reporting by the tablet parser, assuming tablet support), or by timestamping reports and allowing the user to specify the interval at which the filter should self-reset, or by not filtering on extreme coordinate changes.
The text was updated successfully, but these errors were encountered:
How to reproduce (helps if you record OS-level pointer output, e.g.
libinput debug-events
):Can probably be mitigated by resetting last vector to current vector on reentry (likely requires functional
OutOfRange
reporting by the tablet parser, assuming tablet support), or by timestamping reports and allowing the user to specify the interval at which the filter should self-reset, or by not filtering on extreme coordinate changes.The text was updated successfully, but these errors were encountered: