Kimbsy / quip

Clojure game engine built using Quil
Eclipse Public License 1.0
17 stars 0 forks source link

Add more mouse support #37

Open Kimbsy opened 2 weeks ago

Kimbsy commented 2 weeks ago

We've got mouse-pressed and mouse-released, there are a few others built into quil that we should support.

Kimbsy commented 2 days ago

Just looking at the quip.input ns and the key|mouse-pressed|released functions are basically identical. Should be able to abstract the lot

Kimbsy commented 2 days ago

I guess it depends if there's always a mouse event passed in too?