Hi, i did a thing (Multitouch Snap!) – Page 2 – Advanced Topics – Snap! Forum https://forum.snap.berkeley.edu/t/hi-i-did-a-thing-multitouch-snap/15916?page=2
i was making a project in Snap! and wondered if multitouch support was half implemented, as in & report ONE value, but the will occur whenever a finger touches the screen, without caring if two or more fingers are t…
this.homeContext.receiver.snapPoint(world.hand.position()); return new List([pos.x, pos.y]); } else