jlnalber / Sirius

MIT License
0 stars 0 forks source link

touchController #13

Closed jlnalber closed 2 years ago

jlnalber commented 2 years ago

There is a bug with the touchController. When there is a pen nearby, some tools might jump. Additionally, this bug seems to appear as well when writing with your hand on the side of the screen (probably it appears when one touch pointer touches the screen).

jlnalber commented 2 years ago

Apparently, the bug has not been solved yet. Now, when there is a pen PointerEvent and then a touch event starts, the pen seems to be interrupted. Most dramatically, no 'end' event is triggered which causes unfinished strokes etc.