mirror of
https://github.com/crossterm-rs/crossterm.git
synced 2025-05-05 15:32:57 +00:00
Fmt
This commit is contained in:
parent
666cf1a420
commit
120303c620
@ -611,7 +611,7 @@ 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.
|
||||
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
|
||||
#[derive(Debug, PartialOrd, PartialEq, Eq, Clone, Copy, Hash)]
|
||||
|
@ -1,8 +1,9 @@
|
||||
use std::io;
|
||||
|
||||
use crate::event::{
|
||||
Event, KeyCode, KeyEvent, KeyEventKind::Release,, KeyEventState, KeyModifiers, KeyboardEnhancementFlags,
|
||||
MediaKeyCode, ModifierKeyCode, MouseButton, MouseEvent, MouseEventKind,
|
||||
Event, KeyCode, KeyEvent, KeyEventKind::Release, KeyEventState, KeyModifiers,
|
||||
KeyboardEnhancementFlags, MediaKeyCode, ModifierKeyCode, MouseButton, MouseEvent,
|
||||
MouseEventKind,
|
||||
};
|
||||
|
||||
use super::super::super::InternalEvent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user