Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose public Window::set_mouse_cursor method #161

Merged
merged 2 commits into from
Dec 17, 2023

Conversation

micahrj
Copy link
Member

@micahrj micahrj commented Dec 17, 2023

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.

@micahrj micahrj requested review from robbert-vdh and Engid December 17, 2023 00:48
@micahrj micahrj merged commit 7d14a55 into RustAudio:master Dec 17, 2023
3 checks passed
@micahrj micahrj deleted the set-mouse-cursor branch December 17, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants