Hi!
I want to use a simple multitouch. Simply draw a line dot by dot followed my finger, but not on a canvas.
I searched the extensions but didnt find one that will suffice.
I have 15x10 arrangement in a larger arrangement. All little arrangement contains a canvas for touch recognition. Like a 15x10 pixel screen with very big pixel size The problem is with touchevent including dragging is that i cant start new touch event until i release the screen. Same for the drag. Cant drag or indicate touch on other canvas even if my finger is already left the firstly dragged one, but still touching the screen.
Is there a solution to this?