On web the first frame of a multitouch interact_pointer_pos
exists, but multitouch doesn't
#5550
Labels
bug
Something is broken
Describe the bug
Multitouch events are not reported as multitouch for the first frame on web. In my app single finger dragging draws, but using multitouch pans. When I'm mid draw and put a second finger down this leads to a line being drawn between the two fingers before it starts panning. This does not happen on windows but happens on both my phone and computer's web browsers.
To Reproduce
Steps to reproduce the behavior:
interact_pointer_pos
iffctx.multi_touch()
isNone
Expected behavior
ctx.multi_touch()
should be available the first frame of a multitouchDesktop (please complete the following information):
Code sample
This is a trimmed down version of the code I'm using.
The text was updated successfully, but these errors were encountered: