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.
Right now, the lasso mode is implemented via
mouseevents. 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 genericpointerevents, 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.