gopxl / pixel

A hand-crafted 2D game library in Go.
MIT License
242 stars 10 forks source link

Fix Button iota #75

Closed bhperry closed 1 year ago

bhperry commented 1 year ago

Mouse and Key buttons must share a common NumButtons iota, otherwise the count is off

dusk125 commented 1 year ago

Good catch