struct CrystGLFW::Event::WindowFramebufferResize

Overview

Represents an event wherein a window's framebuffer is resized.

Defined in:

crystglfw/events/window_framebuffer_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]