Table of Contents

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.ModuleBase
RichHudComponentBase
SharedBinds

Properties

Alt

public static IBind Alt { get; }

Property Value

IBind

Back

public static IBind Back { get; }

Property Value

IBind

Control

public static IBind Control { get; }

Property Value

IBind

Copy

public static IBind Copy { get; }

Property Value

IBind

Cut

public static IBind Cut { get; }

Property Value

IBind

Delete

public static IBind Delete { get; }

Property Value

IBind

DownArrow

public static IBind DownArrow { get; }

Property Value

IBind

Enter

public static IBind Enter { get; }

Property Value

IBind

Escape

public static IBind Escape { get; }

Property Value

IBind

LeftArrow

public static IBind LeftArrow { get; }

Property Value

IBind

LeftButton

public static IBind LeftButton { get; }

Property Value

IBind

MousewheelDown

public static IBind MousewheelDown { get; }

Property Value

IBind

MousewheelUp

public static IBind MousewheelUp { get; }

Property Value

IBind

PageDown

public static IBind PageDown { get; }

Property Value

IBind

PageUp

public static IBind PageUp { get; }

Property Value

IBind

Paste

public static IBind Paste { get; }

Property Value

IBind

RightArrow

public static IBind RightArrow { get; }

Property Value

IBind

RightButton

public static IBind RightButton { get; }

Property Value

IBind

RightStickX

public static IBind RightStickX { get; }

Property Value

IBind

RightStickY

public static IBind RightStickY { get; }

Property Value

IBind

SelectAll

public static IBind SelectAll { get; }

Property Value

IBind

Shift

public static IBind Shift { get; }

Property Value

IBind

Space

public static IBind Space { get; }

Property Value

IBind

UpArrow

public static IBind UpArrow { get; }

Property Value

IBind