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

Missing WarpMouseGlobal #360

Closed Pixdigit closed 5 years ago

Pixdigit commented 5 years ago

WarpMouseGlobal is not yet implemented

malashin commented 5 years ago

Added it to the master branch.

*Window.WarpMouseInWindow should be renamed at some point with other breaking changes, leaving it for now.

veeableful commented 5 years ago

Thanks @malashin! You're the best.