You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just looking into how to set or hide the cursor on all the GUI backends, I can do this after the big #618 🚀
my idea is just to have a settable property: canvas.cursor = "name", we make a lookup table that maps "name" to the corresponding cursor for that GUI backend.
The text was updated successfully, but these errors were encountered:
followup from #595
I was just looking into how to set or hide the cursor on all the GUI backends, I can do this after the big #618 🚀
my idea is just to have a settable property:
canvas.cursor = "name"
, we make a lookup table that maps "name" to the corresponding cursor for that GUI backend.The text was updated successfully, but these errors were encountered: