Skip to content

Commit 4fb764b

Browse files
committed
added Windows set_mouse_cursor stub
1 parent afd72f2 commit 4fb764b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/win/window.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,10 @@ impl Window<'_> {
760760
}
761761
}
762762

763+
pub fn set_mouse_cursor(&self, cursor: MouseCursor) {
764+
//@TODO: Implement
765+
}
766+
763767
pub fn close(&mut self) {
764768
unsafe {
765769
PostMessageW(self.state.hwnd, BV_WINDOW_MUST_CLOSE, 0, 0);

0 commit comments

Comments
 (0)