[][src]Module druid_shell::window

Platform independent window types.

Re-exports

pub use crate::keyboard::KeyEvent;
pub use crate::keyboard::KeyModifiers;

Structs

FileInfo

Information about a file to be opened or saved.

MouseEvent

The state of the mouse for a click, mouse-up, or move event.

TimerToken

A token that uniquely identifies a running timer.

WindowHandle

Enums

Cursor

Mouse cursors.

MouseButton

An indicator of which mouse button was pressed.

Traits

WinCtx

A context supplied to most WinHandler methods.

WinHandler

App behavior, supplied by the app.

Type Definitions

Text