API ReferenceSandbox.UI
InputFocusclass
Input focus in the game's UI. Focus belongs to a UI system, and a panel always uses its own - see `Sandbox.UI.Panel.Focus`. This is the shorthand for the game's, which is the only one most code has.
object→InputFocus
Constructors1
Showing 1 constructors
public InputFocus()
No results match this filter.
Methods3
Showing 3 methods
No results match this filter.
Properties2
Showing 2 properties
public static Sandbox.UI.Panel Sandbox.UI.InputFocus.Current { get; set; }
The panel that currently has input focus.
public static Sandbox.UI.Panel Sandbox.UI.InputFocus.Next { get; set; }
The panel that will have the input focus next.
No results match this filter.