abstract struct Espresso::MouseEvent

Overview

Event involving the mouse.

Direct Known Subclasses

Defined in:

espresso/events/mouse_event.cr

Instance Method Summary

Instance methods inherited from struct Espresso::WindowEvent

window : Window window

Instance Method Detail

def mouse : Mouse #

Mouse tied to the window that was involved in the event.


[View source]