veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.17k stars 219 forks source link

#338 Updating enums to be consistent #528

Closed dusk125 closed 1 year ago

dusk125 commented 1 year ago

Addresses #338 Updated all enums to be of their correct SDL type. Updated function signatures to take/return the discrete enum types.

veeableful commented 1 year ago

Thank you @dusk125 for addressing existing issue and spending time to create such a big change! I will merge this to master now.