Table of Contents

Enum HudInputMode

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Used to indicate the global input state of the framework

public enum HudInputMode

Fields

NoInput = 0

No UI nodes should process mouse or text input; only context-aware custom input should be used.

CursorOnly = 1

Mouse cursor is visible and can interact with UI, but text input fields are disabled.

Full = 2

Full interaction: cursor visible, clicking, scrolling, and text input all active.