struct Espresso::WindowResizeEvent

Overview

Event triggered when a window's size is changed.

Defined in:

espresso/events/window_resize_event.cr

Instance Method Summary

Instance methods inherited from struct Espresso::WindowEvent

window : Window window

Instance Method Detail

def height : Int32 #

New height of the window.


[View source]
def size : Size #

New dimensions of the window.


[View source]
def width : Int32 #

New width of the window.


[View source]