Enum sdl2::event::WindowEventId
[−]
[src]
pub enum WindowEventId {
None,
Shown,
Hidden,
Exposed,
Moved,
Resized,
SizeChanged,
Minimized,
Maximized,
Restored,
Enter,
Leave,
FocusGained,
FocusLost,
Close,
}An enum of window events.
Variants
NoneShownHiddenExposedMovedResizedSizeChangedMinimizedMaximizedRestoredEnterLeaveFocusGainedFocusLostCloseTrait Implementations
impl Debug for WindowEventId[src]
impl Clone for WindowEventId[src]
fn clone(&self) -> WindowEventId
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more