Add WindowBuilder::with_cursor() (#3319)
This commit is contained in:
parent
f5c691467b
commit
ba654bb61e
7 changed files with 26 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue