Interrupt / delve-framework

Delve is a framework for writing Games in Zig and Lua. For those who value being cross platform and keeping things simple.
MIT License
203 stars 11 forks source link

Expand touch input support #55

Open Interrupt opened 1 month ago

Interrupt commented 1 month ago

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.