enum: ashet.WindowEvent.Type
Items
widget_notify = 0key_press = 1key_release = 2mouse_enter = 3mouse_leave = 4mouse_motion = 7mouse_button_press = 6mouse_button_release = 5window_close = 8The user requested the window to be closed.
window_minimize = 9The window was minimized and is not visible anymore.
window_restore = 10The window was restored from minimized state.
window_moving = 11The window is currently moving on the screen. Query
window.boundsto get the new position.window_moved = 12The window was moved on the screen. Query
window.boundsto get the new position.window_resizing = 13The window size is currently changing. Query
window.boundsto get the new size.window_resized = 14The window size changed. Query
window.boundsto get the new size.