InputActionclass

An input action defined by a game project.

objectInputAction
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.InputAction

Constructors3

Showing 3 constructors

Properties5

Showing 5 properties

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

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

Returns:string

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

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

Returns:string

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

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

Returns:string

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

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

Returns:string

On this page