Skip to content

T_Aurora_Settings_KeySequence

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

KeySequence Class

A class representing a series of DeviceKeys keys or a freeform region

Inheritance Hierarchy

System.Object
  Aurora.Settings.KeySequence
Namespace: Aurora.Settings
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public class KeySequence

The KeySequence type exposes the following members.

Constructors

 

Name Description
Public method KeySequence()
Public method KeySequence(DeviceKeys[])
Public method KeySequence(FreeFormObject)
Public method KeySequence(KeySequence)
  Back to Top

Methods

 

Name Description
Public method Equals(Object) (Overrides Object.Equals(Object).)
Public method Equals(KeySequence)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Fields

 

Name Description
Public field freeform The Freeform object to be used with KeySequenceType.FreeForm type
Public field keys An array of DeviceKeys keys to be used with KeySequenceType.Sequence type.
Public field type The type of this KeySequence instance.
  Back to Top

See Also

Reference

Aurora.Settings Namespace

Clone this wiki locally