Closes #10. This PR adds a new sdl2.ext module that provides friendly Pythonic wrappers around SDL2's mouse functions, making possible to work with the mouse without using ctypes and generally allowing the writing of simpler and more readable code.
Merge Checklist
[x] the PR has been reviewed and all comments are resolved
PR Description
Closes #10. This PR adds a new
sdl2.ext
module that provides friendly Pythonic wrappers around SDL2's mouse functions, making possible to work with the mouse without usingctypes
and generally allowing the writing of simpler and more readable code.Merge Checklist
closes #<issue-number>
to automatically close an issue