Available on clay
@:value(cast 0)@:impl@:enuminlineread onlyUNKNOWN:WindowEventType = 0
An unknown window event
@:value(cast 1)@:impl@:enuminlineread onlySHOWN:WindowEventType = 1
The window is shown
@:value(cast 2)@:impl@:enuminlineread onlyHIDDEN:WindowEventType = 2
The window is hidden
@:value(cast 3)@:impl@:enuminlineread onlyEXPOSED:WindowEventType = 3
The window is exposed
@:value(cast 4)@:impl@:enuminlineread onlyMOVED:WindowEventType = 4
The window is moved
@:value(cast 5)@:impl@:enuminlineread onlyRESIZED:WindowEventType = 5
The window is resized, by the user or code.
@:value(cast 6)@:impl@:enuminlineread onlySIZE_CHANGED:WindowEventType = 6
The window is resized, by the OS or internals.
@:value(cast 7)@:impl@:enuminlineread onlyMINIMIZED:WindowEventType = 7
The window is minimized
@:value(cast 8)@:impl@:enuminlineread onlyMAXIMIZED:WindowEventType = 8
The window is maximized
@:value(cast 9)@:impl@:enuminlineread onlyRESTORED:WindowEventType = 9
The window is restored
@:value(cast 10)@:impl@:enuminlineread onlyENTER:WindowEventType = 10
The window is entered by a mouse
@:value(cast 11)@:impl@:enuminlineread onlyLEAVE:WindowEventType = 11
The window is left by a mouse
@:value(cast 12)@:impl@:enuminlineread onlyFOCUS_GAINED:WindowEventType = 12
The window has gained focus
@:value(cast 13)@:impl@:enuminlineread onlyFOCUS_LOST:WindowEventType = 13
The window has lost focus
@:value(cast 14)@:impl@:enuminlineread onlyCLOSE:WindowEventType = 14
The window is being closed/hidden
@:value(cast 15)@:impl@:enuminlineread onlyENTER_FULLSCREEN:WindowEventType = 15
The window entered fullscreen
@:value(cast 16)@:impl@:enuminlineread onlyEXIT_FULLSCREEN:WindowEventType = 16
The window exited fullscreen