Skip to content

Commit f941386

Browse files
committed
added Windows set_mouse_cursor stub
1 parent aef6cfa commit f941386

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
@@ -601,6 +601,10 @@ impl Window {
601601
}
602602
}
603603

604+
pub fn set_mouse_cursor(&self, cursor: MouseCursor) {
605+
//@TODO: Implement
606+
}
607+
604608
pub fn close(&mut self) {
605609
unsafe {
606610
PostMessageW(self.hwnd, BV_WINDOW_MUST_CLOSE, 0, 0);

0 commit comments

Comments
 (0)