struct Espresso::WindowResizeEvent
- Espresso::WindowResizeEvent
- Espresso::WindowEvent
- Struct
- Value
- Object
Overview
Event triggered when a window's size is changed.
Defined in:
espresso/events/window_resize_event.crInstance Method Summary
-
#height : Int32
New height of the window.
-
#size : Size
New dimensions of the window.
-
#width : Int32
New width of the window.