Skip to content

BREAKING RELEASE: Custom Cursor Support, Hidden Property

Compare
Choose a tag to compare
@brentru brentru released this 03 Jul 17:03
123d348

BREAKING CHANGE: .hide property has been renamed to .hidden.

  • .hide changed to .hidden, thanks @dastels
    • Cursor behavior modified to explicitly define when the cursor is hidden (.hide) or visible (.show) instead of toggling.
  • Added custom cursor support (bitmaps can be defined in code.py and provided to the CursorControl constructor), thanks @dastels

Read the docs for info on how to use it.