struct CrystGLFW::Event::WindowResize

Overview

Represents an event wherein a window is resized.

Defined in:

crystglfw/events/window_resize.cr

Instance Method Summary

Constructor methods inherited from struct CrystGLFW::Event::Any

new new

Instance Method Detail

def height : Int32 #

[View source]
def width : Int32 #

[View source]
def window : CrystGLFW::Window #

[View source]