struct Espresso::MouseEnterEvent

Overview

Event triggered when the mouse enters or leaves the content area of its window.

Defined in:

espresso/events/mouse_enter_event.cr

Instance Method Summary

Instance methods inherited from struct Espresso::MouseEvent

mouse : Mouse mouse

Instance methods inherited from struct Espresso::WindowEvent

window : Window window

Instance Method Detail

def entered? : Bool #

Indicates whether the mouse entered the window's content area.


[View source]
def left? #

Indicates whether the mouse left the window's content area.


[View source]