struct CrystGLFW::Event::WindowMove

Overview

Represents an event wherein a window is moved to a new location.

Defined in:

crystglfw/events/window_move.cr

Instance Method Summary

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

new new

Instance Method Detail

def window : CrystGLFW::Window #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]