Enum egui::output::OutputEvent [−][src]
pub enum OutputEvent {
Clicked(WidgetInfo),
DoubleClicked(WidgetInfo),
FocusGained(WidgetInfo),
TextSelectionChanged(WidgetInfo),
ValueChanged(WidgetInfo),
}Expand description
Things that happened during this frame that the integration may be interested in.
In particular, these events may be useful for accessability, i.e. for screen readers.
Variants
Clicked(WidgetInfo)DoubleClicked(WidgetInfo)FocusGained(WidgetInfo)A widget gained keyboard focus (by tab key).
TextSelectionChanged(WidgetInfo)ValueChanged(WidgetInfo)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for OutputEventimpl Send for OutputEventimpl Sync for OutputEventimpl Unpin for OutputEventimpl UnwindSafe for OutputEventBlanket Implementations
Mutably borrows from an owned value. Read more