So far, touch input is super basic and only handles a single touch event at a time. The input system should be extended so that new touches can register themselves in a list, updates for a touch can update that state, and then finally release events can clear it.
So far, touch input is super basic and only handles a single touch event at a time. The input system should be extended so that new touches can register themselves in a list, updates for a touch can update that state, and then finally release events can clear it.