Enum HudInputMode
- Namespace
- RichHudFramework.UI
- Assembly
- RichHudClient.dll
Used to indicate the global input state of the framework
public enum HudInputMode
Fields
NoInput = 0No UI nodes should process mouse or text input; only context-aware custom input should be used.
CursorOnly = 1Mouse cursor is visible and can interact with UI, but text input fields are disabled.
Full = 2Full interaction: cursor visible, clicking, scrolling, and text input all active.