veandco / go-sdl2

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

GetGlobalMouseState is missing #400

Closed mpfund closed 5 years ago

mpfund commented 5 years ago

the function https://wiki.libsdl.org/SDL_GetGlobalMouseState is not available.

veeableful commented 5 years ago

Hi @BlackEspresso, thanks for reporting this! I have added it to the master branch. Let me know if it works for you.

mpfund commented 5 years ago

Thanks @veeableful, it works perfectly.