Okay, regarding the Label
not printing, that's because I didn't cast its argument into a String, so
`$Label.text = String(event.position)`
displays the event's potition correctly.
Also, I've done some testing and it appears that only InputEventScreenTouch
and InputEventScreenDrag
are capable of detecting multitouch.
This is not much, but I hope it'll help someone.