StardewUI.Input Namespace
Classes
Name | Description |
---|---|
ActionRepeat | Configures the repeat rate of an action used in an ActionState<T>. |
ActionState<T> | Translates raw input to semantic actions. |
ButtonResolver | Helper for resolving button state reported by vanilla menu code. |
FocusSearchResult | The result of a FocusSearch(Vector2, Direction). Identifies the specific view/position found, as well as the path to that view from the search root. |
Interfaces
Name | Description |
---|---|
ICaptureTarget | Denotes a view or other UI element that can be the active IKeyboardSubscriber. Allows view hosts to provide deterministic release, e.g. when the mouse is clicked outside the target. |
Enums
Name | Description |
---|---|
ButtonAction | The actions that a given button can trigger in a UI context. For details see ButtonResolver. |
PointerStyle | The vanilla pointer styles that can be drawn as a mouse cursor. |