Scene Window Events
WindowCloseEvent
WindowCloseEvent(engine: Engine)
Bases: WindowEvent
Dispatched when the scene recognizes that the window has closed.
WindowDisplayChangedEvent
WindowDisplayChangedEvent(engine: Engine)
Bases: WindowEvent
Dispatched when the scene recognizes that the window's display has changed.
WindowFocusGainedEvent
WindowFocusGainedEvent(engine: Engine)
Bases: WindowEvent
Dispatched when the scene recognizes that the window has gained focus.
WindowFocusLostEvent
WindowFocusLostEvent(engine: Engine)
Bases: WindowEvent
Dispatched when the scene recognizes that the window has lost focus.
WindowHiddenEvent
WindowHiddenEvent(engine: Engine)
Bases: WindowEvent
Dispatched when the scene recognizes that the window has been hidden.
WindowMaximizedEvent
WindowMaximizedEvent(engine: Engine)
Bases: WindowEvent
Dispatched when the scene recognizes that the window has been maximized.
WindowMinimizedEvent
WindowMinimizedEvent(engine: Engine)
Bases: WindowEvent
Dispatched when the scene recognizes that the window has been minimized.
WindowMouseEnterEvent
WindowMouseEnterEvent(engine: Engine)
Bases: WindowEvent
Dispatched when the scene recognizes that the mouse has entered the window.
WindowMouseLeaveEvent
WindowMouseLeaveEvent(engine: Engine)
Bases: WindowEvent
Dispatched when the scene recognizes that the mouse has left the window.
WindowMovedEvent
WindowMovedEvent(engine: Engine)
WindowResizeEvent
WindowResizeEvent(engine: Engine)
WindowRestoredEvent
WindowRestoredEvent(engine: Engine)
Bases: WindowEvent
Dispatched when the scene recognizes that the window has been restored.
WindowShownEvent
WindowShownEvent(engine: Engine)
Bases: WindowEvent
Dispatched when the scene recognizes that the window has been shown.