asny / three-d

2D/3D renderer - makes it simple to draw stuff across platforms (including web)
MIT License
1.34k stars 110 forks source link

Simplify controls #507

Closed asny closed 2 weeks ago

thatcomputerguy0101 commented 2 weeks ago

I like the simplifications in this, which reduces the redundancy in the event system. For the one file I had that this affects, this shortened it significantly since I was able to extend one of the built-in control interfaces and only intercept the one event type that I wanted to handle differently.

asny commented 2 weeks ago

Fantastic 🚀