Enum sdl2::event::WindowEventId[src]
pub enum WindowEventId { NoneWindowEventId, ShownWindowEventId, HiddenWindowEventId, ExposedWindowEventId, MovedWindowEventId, ResizedWindowEventId, SizeChangedWindowEventId, MinimizedWindowEventId, MaximizedWindowEventId, RestoredWindowEventId, EnterWindowEventId, LeaveWindowEventId, FocusGainedWindowEventId, FocusLostWindowEventId, CloseWindowEventId, }
An enum of window events.
Variants
NoneWindowEventId | |
ShownWindowEventId | |
HiddenWindowEventId | |
ExposedWindowEventId | |
MovedWindowEventId | |
ResizedWindowEventId | |
SizeChangedWindowEventId | |
MinimizedWindowEventId | |
MaximizedWindowEventId | |
RestoredWindowEventId | |
EnterWindowEventId | |
LeaveWindowEventId | |
FocusGainedWindowEventId | |
FocusLostWindowEventId | |
CloseWindowEventId |