struct CrystGLFW::Event::WindowScroll

Overview

Represents an event wherein a window receives scroll input.

Defined in:

crystglfw/events/window_scroll.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 : Float64 #

[View source]
def y : Float64 #

[View source]