C# Class Ensage.Common.Menu.KeyBind

Exibir arquivo Open project: EnsageSharp/Ensage.Common

Public Properties

Property Type Description
Active bool
Key uint
Type KeyBindType

Public Methods

Method Description
KeyBind ( uint key, KeyBindType type, bool defaultValue = false ) : System

Initializes a new instance of the KeyBind struct.

Method Details

KeyBind() public method

Initializes a new instance of the KeyBind struct.
public KeyBind ( uint key, KeyBindType type, bool defaultValue = false ) : System
key uint /// The key. ///
type KeyBindType /// The type. ///
defaultValue bool /// The default value. ///
return System

Property Details

Active public_oe property

The active.
public bool Active
return bool

Key public_oe property

The key.
public uint Key
return uint

Type public_oe property

The type.
public KeyBindType Type
return KeyBindType