struct Espresso::MouseEnterEvent
- Espresso::MouseEnterEvent
- Espresso::MouseEvent
- Espresso::WindowEvent
- Struct
- Value
- Object
Overview
Event triggered when the mouse enters or leaves the content area of its window.
Defined in:
espresso/events/mouse_enter_event.crInstance Method Summary
-
#entered? : Bool
Indicates whether the mouse entered the window's content area.
-
#left?
Indicates whether the mouse left the window's content area.