RustAudio / baseview

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

Expose public Window::set_mouse_cursor method #161

Closed glowcoil closed 7 months ago

glowcoil commented 7 months ago

The X11 backend has a full implementation of a Window::set_mouse_cursor method, but it isn't exposed via any public interface, which results in a lot of warnings for unused code. Add a public set_mouse_cursor method, along with stubbed-out versions in the Windows and macOS backends.