StardewUI.Events Namespace
Classes
| Name | Description |
|---|---|
| BubbleEventArgs | Base class for events that can bubble up to parents from descendant views. |
| ButtonEventArgs | Event arguments for an event relating to a button (or key) of some input device. |
| ClickEventArgs | Event arguments for a controller or mouse click. |
| PointerEventArgs | Base class for any event involving the cursor/pointer, e.g. clicks. |
| PointerMoveEventArgs | Event arguments for pointer movement relative to some view. |
| WheelEventArgs | Event arguments for mouse wheel/scroll wheel actions. |