Show / Hide Table of Contents

Class DaggerfallShortcut

Inheritance
Object
DaggerfallShortcut
Namespace: DaggerfallWorkshop.Game.UserInterface
Assembly: Assembly-CSharp.dll
Syntax
public static class DaggerfallShortcut

Fields

| Improve this Doc View Source

keys

Declaration
public static Dictionary<DaggerfallShortcut.Buttons, HotkeySequence> keys
Field Value
Type Description
Dictionary<DaggerfallShortcut.Buttons, HotkeySequence>

Methods

| Improve this Doc View Source

GetBinding(DaggerfallShortcut.Buttons)

Declaration
public static HotkeySequence GetBinding(DaggerfallShortcut.Buttons button)
Parameters
Type Name Description
DaggerfallShortcut.Buttons button
Returns
Type Description
HotkeySequence
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX