Handling non-pen touch events #513
Replies: 1 comment 1 reply
-
Currently this is not possible, because touch events are either filtered out completely before they reach the individual pens, or they are reported as Handling touch is tricky, because of the navigation gestures installed on the So that would leave us with single-point touch events (for now). I think we have the option to do either:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working on implementing a ruler tool. The way this tool works in most applications is that it can be moved with one finger and rotated with 2, while remaining stationary when interacted with by the pen to prevent accidental movement when trying to use it to draw a line.
How can I handle finger touches in particular? The
PenBehaviour
trait doesn't seem helpful, and a brief search of the codebase hasn't turned up anything useful, either.Beta Was this translation helpful? Give feedback.
All reactions