-
Notifications
You must be signed in to change notification settings - Fork 366
T_Aurora_Settings_KeySequence
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
A class representing a series of DeviceKeys keys or a freeform region
System.Object
Aurora.Settings.KeySequence
Namespace: Aurora.Settings
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public class KeySequence
The KeySequence type exposes the following members.
Name | Description | |
---|---|---|
KeySequence() | ||
KeySequence(DeviceKeys[]) | ||
KeySequence(FreeFormObject) | ||
KeySequence(KeySequence) |
Name | Description | |
---|---|---|
Equals(Object) | (Overrides Object.Equals(Object).) | |
Equals(KeySequence) | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
freeform | The Freeform object to be used with KeySequenceType.FreeForm type | |
keys | An array of DeviceKeys keys to be used with KeySequenceType.Sequence type. | |
type | The type of this KeySequence instance. |