summaryrefslogtreecommitdiffstats
path: root/src/input/keyboard/event.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/input/keyboard/event.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input/keyboard/event.rs b/src/input/keyboard/event.rs
index 5acd46c0..8118f112 100644
--- a/src/input/keyboard/event.rs
+++ b/src/input/keyboard/event.rs
@@ -3,6 +3,11 @@ use crate::input::ButtonState;
#[derive(Debug, Clone, Copy, PartialEq)]
/// A keyboard event.
+///
+/// _**Note:** This type is largely incomplete! If you need to track
+/// additional events, feel free to [open an issue] and share your use case!_
+///
+/// [open an issue]: https://github.com/hecrj/iced/issues
pub enum Event {
/// A keyboard key was pressed or released.
Input {