Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

relic-se
Copy link
Contributor

@relic-se relic-se commented Sep 19, 2025

The changes included in this PR are as follows:

  • Module is changed to a package
  • mouse_cursor.bmp is included with package
  • find_and_init_boot_mouse loads included bitmap (DEFAULT_CURSOR) if cursor_image is not provided
  • If cursor_image=None, the following occurs:
    • BootMouse.tilegrid=None
    • The supervisor.runtime.display size is ignored
    • Two private variables, _x and _y, are used to keep track of mouse position
    • No boundaries are applied to mouse coordinates (can be controlled by user using x and y properties if desired)

Fixes #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mouse Cursor Bitmap Improvements
2 participants