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 219 forks source link

sdl:video: Add GetDisplayUsableBounds() and GetDisplayDPI() #310

Closed malashin closed 6 years ago

malashin commented 6 years ago

Added GetDisplayUsableBounds() and GetDisplayDPI() functions.

I got a problem with all the pointer passing thing. Will make an issue about it.