baseview icon indicating copy to clipboard operation
baseview copied to clipboard

Adding the ability to change the mouse cursor for MacOS and Windows

Open discordance opened this issue 2 years ago • 0 comments

The feature was already there for X11, but wasn't available in MacOS and Windows.

The code is based on winit code mostly. I've tested locally with a modified version of iced_baseview that I am working on for a project. Not sure if adding a set_mouse_cursor to the window is the way to go but it works for me.

This is related to the #123 issue.

discordance avatar Sep 14 '22 12:09 discordance