s&box docs

public class Sandbox.InputAction

An input action defined by a game project.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 3 constructors

Properties

Showing 5 properties

public string Sandbox.InputAction.GroupName { get; set; }

A group name for this input when showing in a binding system

public string Sandbox.InputAction.KeyboardCode { get; set; }

The key or key combo we'll be watching for.

public string Sandbox.InputAction.Name { get; set; }

The name of the input action. Used by Input.Down|Pressed|Released.

public string Sandbox.InputAction.Title { get; set; }

A friendly name for this input action when showing in a binding system

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.InputAction

On this page