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
Right now, the lasso mode is implemented via mouse events. This prevents the lasso tool from being compatible with coarser inputs such as stylus or even touch. It would be nice if the lasso tool would support those. Maybe it is enough already to switch to using the genericpointer events, I'm not sure - things like long press would have to be tested.
Use case: annotating plots on a tablet with a stylus.
This is an issue for our company, so I could work on an implementation.
The text was updated successfully, but these errors were encountered:
Right now, the lasso mode is implemented via
mouse
events. This prevents the lasso tool from being compatible with coarser inputs such as stylus or even touch. It would be nice if the lasso tool would support those. Maybe it is enough already to switch to using the genericpointer
events, I'm not sure - things like long press would have to be tested.Use case: annotating plots on a tablet with a stylus.
This is an issue for our company, so I could work on an implementation.
The text was updated successfully, but these errors were encountered: