struct CrystGLFW::Event::WindowCursorMove

Overview

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

Defined in:

crystglfw/events/window_cursor_move.cr

Instance Method Summary

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

new new

Instance Method Detail


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

[View source]
def x : Float64 #

[View source]
def y : Float64 #

[View source]