Namespace Pie.Windowing.Events
Structs
- KeyEvent
Contains information about a key event. This event is emitted when a key is pressed, released, or repeats.
- MouseButtonEvent
Contains information about a mouse button event. This is emitted when a button is pressed or released.
- MouseMoveEvent
Contains information about a mouse move event.
- MouseScrollEvent
Contains information about a mouse scroll event.
- QuitEvent
Contains information about a window quit event.
- ResizeEvent
Contains information about a window resize event.
- TextInputEvent
Contains information about a text input event.
Interfaces
- IWindowEvent
The base interface for a window event.
Enums
- WindowEventType
Contains all supported types of window event.