Namespace UILib.Events
Classes
- MouseEvent
An event type which passes a
Vector2position to listeners when the mouse is clicked/dragged. This will be the current position of the mouse.
- UIEvent
An event type used for significant aspects of UILib's API.
- ValueEvent<T>
An event type which passes a value to its listeners.
- ValueEvent<T1, T2>
An event type which passes two values to its listeners.