mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
Set arrow as default cursor on Windows
This commit is contained in:
parent
5772cc5380
commit
daa57e9fa9
|
@ -485,6 +485,9 @@ impl Window {
|
|||
],
|
||||
};
|
||||
|
||||
// Set arrow as default cursor
|
||||
winuser::SetCursor(self.cursors[0]);
|
||||
|
||||
Ok(window)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue