module CrystGLFW::Event

Overview

The Event module encapsulates the handful of GLFW callback events and provides an interface for them.

Defined in:

crystglfw/events/any.cr
crystglfw/events/event.cr
crystglfw/events/joystick_toggle_connection.cr
crystglfw/events/modifiers.cr
crystglfw/events/monitor_toggle_connection.cr
crystglfw/events/window_char.cr
crystglfw/events/window_close.cr
crystglfw/events/window_cursor_cross_threshold.cr
crystglfw/events/window_cursor_move.cr
crystglfw/events/window_file_drop.cr
crystglfw/events/window_framebuffer_resize.cr
crystglfw/events/window_key.cr
crystglfw/events/window_mouse_button.cr
crystglfw/events/window_move.cr
crystglfw/events/window_refresh.cr
crystglfw/events/window_resize.cr
crystglfw/events/window_scroll.cr
crystglfw/events/window_toggle_focus.cr
crystglfw/events/window_toggle_iconification.cr