Docs.rs
iced-0.14.0
iced 0.14.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
hecrj
Dependencies
iced_core ^0.14.0
normal
iced_debug ^0.14.0
normal
iced_devtools ^0.14.0
normal
optional
iced_futures ^0.14.0
normal
iced_highlighter ^0.14.0
normal
optional
iced_renderer ^0.14.0
normal
iced_runtime ^0.14.0
normal
iced_tester ^0.14.0
normal
optional
iced_widget ^0.14.0
normal
iced_winit ^0.14.0
normal
image ^0.25
normal
optional
thiserror ^2
normal
criterion ^0.5
dev
iced_wgpu ^0.14.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module keyboard
iced
0.14.0
Module keyboard
Module Items
Modules
Structs
Enums
Functions
In crate iced
iced
Module
keyboard
Copy item path
Source
Expand description
Listen and react to keyboard events.
Modules
§
key
Identify keyboard keys.
Structs
§
Modifiers
The current state of the keyboard modifiers.
Enums
§
Event
A keyboard event.
Key
A key on the keyboard.
Location
The location of a key on the keyboard.
Functions
§
listen
Returns a
Subscription
that listens to ignored keyboard events.