Ask users to share use cases
This commit is contained in:
parent
3fb06f6666
commit
c48739029b
7 changed files with 37 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue