pub enum DisplayEvent {
Show 16 variants
Movement(WindowHandle, i32, i32),
KeyCombo(ModMask, XKeysym),
KeyGrabReload,
MouseCombo(ModMask, Button, WindowHandle),
WindowCreate(Window, i32, i32),
WindowChange(WindowChange),
WindowDestroy(WindowHandle),
MouseEnteredWindow(WindowHandle),
VerifyFocusedAt(WindowHandle),
MoveFocusTo(i32, i32),
MoveWindow(WindowHandle, i32, i32),
ResizeWindow(WindowHandle, i32, i32),
ScreenCreate(Screen),
SendCommand(Command),
ConfigureXlibWindow(WindowHandle),
ChangeToNormalMode,
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.