Class SharedBinds
- Namespace
- RichHudFramework.UI
- Assembly
- RichHudClient.dll
A collection of immutable, commonly used key binds used by the framework library.
public sealed class SharedBinds : RichHudComponentBase
- Inheritance
-
ModBase.ModuleBaseRichHudComponentBaseSharedBinds
Properties
Alt
public static IBind Alt { get; }
Property Value
Back
public static IBind Back { get; }
Property Value
Control
public static IBind Control { get; }
Property Value
Copy
public static IBind Copy { get; }
Property Value
Cut
public static IBind Cut { get; }
Property Value
Delete
public static IBind Delete { get; }
Property Value
DownArrow
public static IBind DownArrow { get; }
Property Value
Enter
public static IBind Enter { get; }
Property Value
Escape
public static IBind Escape { get; }
Property Value
LeftArrow
public static IBind LeftArrow { get; }
Property Value
LeftButton
public static IBind LeftButton { get; }
Property Value
MousewheelDown
public static IBind MousewheelDown { get; }
Property Value
MousewheelUp
public static IBind MousewheelUp { get; }
Property Value
PageDown
public static IBind PageDown { get; }
Property Value
PageUp
public static IBind PageUp { get; }
Property Value
Paste
public static IBind Paste { get; }
Property Value
RightArrow
public static IBind RightArrow { get; }
Property Value
RightButton
public static IBind RightButton { get; }
Property Value
RightStickX
public static IBind RightStickX { get; }
Property Value
RightStickY
public static IBind RightStickY { get; }
Property Value
SelectAll
public static IBind SelectAll { get; }
Property Value
Shift
public static IBind Shift { get; }
Property Value
Space
public static IBind Space { get; }
Property Value
UpArrow
public static IBind UpArrow { get; }