[][src]Module iced_winit::application

Create interactive, native cross-platform applications.

Traits

Application

An interactive, native cross-platform application.

Functions

handle_window_event

Handles a WindowEvent and mutates the provided control flow, keyboard modifiers, viewport, and resized flag accordingly.

run

Runs an Application with an executor, compositor, and the provided settings.