We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb764b commit 8c6bf04Copy full SHA for 8c6bf04
src/win/window.rs
@@ -760,7 +760,7 @@ impl Window<'_> {
760
}
761
762
763
- pub fn set_mouse_cursor(&self, cursor: MouseCursor) {
+ pub fn set_mouse_cursor(&mut self, cursor: MouseCursor) {
764
//@TODO: Implement
765
766
src/window.rs
@@ -117,7 +117,7 @@ impl<'a> Window<'a> {
117
118
119
/// Set the cursor to the given cursor type
120
121
self.window.set_mouse_cursor(cursor);
122
123
0 commit comments