BREAKING RELEASE: Custom Cursor Support, Hidden Property
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.
- Cursor behavior modified to explicitly define when the cursor is hidden (
- Added custom cursor support (bitmaps can be defined in
code.py
and provided to theCursorControl
constructor), thanks @dastels
Read the docs for info on how to use it.