Show / Hide Table of Contents

Class BoundKeyHelper

Inheritance
System.Object
BoundKeyHelper
Namespace: Content.Client.UserInterface
Assembly: Content.Client.dll
Syntax
public static class BoundKeyHelper : object

Methods

| Improve this Doc View Source

ShortKeyName(BoundKeyFunction)

Declaration
public static string ShortKeyName(BoundKeyFunction keyFunction)
Parameters
Type Name Description
Robust.Shared.Input.BoundKeyFunction keyFunction
Returns
Type Description
System.String
| Improve this Doc View Source

TryGetShortKeyName(BoundKeyFunction, out Nullable<String>)

Declaration
public static bool TryGetShortKeyName(BoundKeyFunction keyFunction, out string? name)
Parameters
Type Name Description
Robust.Shared.Input.BoundKeyFunction keyFunction
System.Nullable<System.String> name
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾