Implement move_to and resize commands for window
This commit is contained in:
parent
6fce35393f
commit
7cb6e7438f
6 changed files with 50 additions and 9 deletions
|
|
@ -96,6 +96,7 @@ where
|
|||
&mut runtime,
|
||||
&mut clipboard,
|
||||
&mut proxy,
|
||||
context.window(),
|
||||
);
|
||||
runtime.track(subscription);
|
||||
|
||||
|
|
@ -225,6 +226,7 @@ async fn run_instance<A, E, C>(
|
|||
&mut proxy,
|
||||
&mut debug,
|
||||
&mut messages,
|
||||
context.window(),
|
||||
);
|
||||
|
||||
// Update window
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ pub mod application;
|
|||
|
||||
pub use iced_winit::clipboard;
|
||||
pub use iced_winit::settings;
|
||||
pub use iced_winit::window;
|
||||
pub use iced_winit::{Error, Mode};
|
||||
|
||||
#[doc(no_inline)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue