lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
527 stars 191 forks source link

Fixed issue #212 by adding mouse.py module without external library (limited win32) #317

Open tkdgjs98 opened 1 year ago

tkdgjs98 commented 1 year ago

I created this code for a project as a college student studying open source in Korea.

Work detail

Added win32-only mouse location information acquisition, setting, mouse cursor hide/show, mouse cursor shape setting functions

Screenshot

Capture

To Reviewers

I developed code to get or set mouse information without importing external library. If you have any idea for other features, please review this.