mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
Add WindowBuilder::with_cursor() (#3319)
This commit is contained in:
@@ -518,6 +518,8 @@ impl WinitWindow {
|
||||
}
|
||||
}
|
||||
|
||||
this.set_cursor(attrs.cursor);
|
||||
|
||||
let delegate = WinitWindowDelegate::new(&this, attrs.fullscreen.0.is_some());
|
||||
|
||||
// XXX Send `Focused(false)` right after creating the window delegate, so we won't
|
||||
|
||||
Reference in New Issue
Block a user