Docs.rs
iced_baseview-0.2.1
iced_baseview 0.2.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
BillyDM
Dependencies
baseview ^0.1.1
normal
iced_core ^0.14
normal
iced_debug ^0.14
normal
iced_devtools ^0.14
normal
optional
iced_futures ^0.14
normal
iced_highlighter ^0.14
normal
optional
iced_program ^0.14
normal
iced_renderer ^0.14
normal
iced_runtime ^0.14
normal
iced_widget ^0.14
normal
image ^0.25
normal
optional
keyboard-types ^0.6
normal
nice-plug-core ^0.1
normal
optional
raw-window-handle ^0.5
normal
raw-window-handle ^0.6
normal
sysinfo ^0.38
normal
optional
thiserror ^2.0
normal
tracing ^0.1
normal
optional
window_clipboard ^0.5
normal
tracing-subscriber ^0.3.22
dev
Versions
77.23%
of the crate is documented
Platform
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
Skip to main content
Module keyboard
iced_
baseview
0.2.1
Module keyboard
Module Items
Modules
Structs
Enums
Functions
In crate iced_
baseview
iced_baseview
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.