Ask users to share use cases

This commit is contained in:
Héctor Ramón Jiménez 2019-09-05 09:59:38 +02:00
parent 3fb06f6666
commit c48739029b
7 changed files with 37 additions and 3 deletions

View file

@ -2,6 +2,11 @@ use super::Button;
use crate::input::ButtonState;
/// A mouse 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
#[derive(Debug, Clone, Copy, PartialEq)]
pub enum Event {
/// The mouse cursor entered the window.