abstract struct Espresso::WindowEvent
- Espresso::WindowEvent
- Struct
- Value
- Object
Overview
Base for all events that are associated with a window.
Direct Known Subclasses
- Espresso::KeyboardEvent
- Espresso::MouseEvent
- Espresso::WindowClosingEvent
- Espresso::WindowDropEvent
- Espresso::WindowFocusEvent
- Espresso::WindowIconifyEvent
- Espresso::WindowMaximizeEvent
- Espresso::WindowMoveEvent
- Espresso::WindowRefreshEvent
- Espresso::WindowResizeEvent
- Espresso::WindowScaleEvent
Defined in:
espresso/events/window_event.crInstance Method Summary
-
#window : Window
Window that the event occurred on.