RustAudio / baseview

low-level window system interface for audio plugin UIs
Apache License 2.0
267 stars 57 forks source link

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

Open discordance opened 1 year ago

discordance commented 1 year ago

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.