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
Hey,
for my purposes I am setting some shape to the canvas. The problem is for the canvas to start drawing the first touch has to be within the bounds of the canvas.
Is there any way to make it such that even if I start outside the canvas, it gets drawn on when I move over the canvas.
Would greatly appreciate it if someone could help me out.
The text was updated successfully, but these errors were encountered:
I think it's not possible. At least could be on desktop platforms where we can grab events like mouse enter. Don't know if this event is supported on mobile also. Please feel free to check and maybe do a PR, would be great!
There could be anyway some gesture arena problems. Think if you tap on a button then, instead of rising the finger up, you drag it into the finger painter widget. The gesture, I think, is still focused to the button.
Hey,
for my purposes I am setting some shape to the canvas. The problem is for the canvas to start drawing the first touch has to be within the bounds of the canvas.
Is there any way to make it such that even if I start outside the canvas, it gets drawn on when I move over the canvas.
Would greatly appreciate it if someone could help me out.
The text was updated successfully, but these errors were encountered: