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 module for visibility with testing #316

Open kurttepelikerim opened 1 year ago

kurttepelikerim commented 1 year ago

Created a method to hide mouse directly from Pygame Zero with testing addressed in issue #212.