This commit is contained in:
Timon 2023-04-08 16:55:45 +02:00
parent 4fb0ec5726
commit 666cf1a420

View File

@ -611,7 +611,8 @@ bitflags! {
}
/// Represents a keyboard event kind.
/// - Enable `event-kind` feature to get release events on windows, and on unix when kitty-protocol is enabled and `KeyboardEnhancementFlags::REPORT_EVENT_TYPES` is set.
///
/// Enable `event-kind` feature to get release events on windows, and on unix when kitty-protocol is enabled and `KeyboardEnhancementFlags::REPORT_EVENT_TYPES` is set.
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[derive(Debug, PartialOrd, PartialEq, Eq, Clone, Copy, Hash)]
pub enum KeyEventKind {