[−][src]Crate druid_shell
Platform abstraction for druid toolkit.
Re-exports
pub use piet_common as piet; |
pub use piet_common::kurbo; |
pub use windows as platform; |
pub use windows::paint; |
pub use error::Error; |
pub use platform::application; |
pub use platform::menu; |
pub use platform::util; |
pub use platform::win_main as runloop; |
pub use platform::WindowBuilder; |
pub use util::get_locale; |
pub use util::init; |
Modules
| clipboard | Interacting with the system pasteboard/clipboard. |
| dialog | File open/save dialogs. |
| error | Errors at the application shell level. |
| hotkey | Hotkeys and helpers for parsing keyboard shortcuts. |
| keyboard | Keyboard event types and helpers |
| keycodes | Keycode constants. |
| window | Platform independent window types. |
| windows | Creation and management of windows. |
Macros
| accel | Convenience macro for defining accelerator tables. |