I was just looking into how to set or hide the cursor on all the GUI backends, I can do this after the big pygfx/wgpu-py#618 :rocket:
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.
followup from pygfx/wgpu-py#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 pygfx/wgpu-py#618 :rocket:
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.