The MouseRegion
widget has a "Mouse Cursor" option, but it's currently limited to a single static selection (e.g., click
, forbidden
, etc.). I’m working on a use case where I’d like the mouse cursor to change dynamically based on a state variable. For example:
If a state variable is true, the cursor should be
click
.If it's disabled, the cursor should change to
forbidden
orbasic
.