implement multi_window for iced_glutin
This commit is contained in:
parent
0ad53a3d5c
commit
064407635a
3 changed files with 561 additions and 9 deletions
|
|
@ -70,9 +70,9 @@ impl Application for Example {
|
|||
|
||||
(
|
||||
Example {
|
||||
windows: HashMap::from([(window::Id::new(0usize), window)]),
|
||||
windows: HashMap::from([(window::Id::MAIN, window)]),
|
||||
panes_created: 1,
|
||||
_focused: window::Id::new(0usize),
|
||||
_focused: window::Id::MAIN,
|
||||
},
|
||||
Command::none(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue