mirror of
https://github.com/crossterm-rs/crossterm.git
synced 2025-09-30 14:32:09 +00:00
add doc
This commit is contained in:
parent
4fb0ec5726
commit
666cf1a420
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user