Struct KeyEvent
Describes a keyboard event
Namespace: Terminal
Assembly: Terminal.dll
Syntax
public struct KeyEvent
Constructors
KeyEvent(Key)
Declaration
public KeyEvent (Terminal.Key k);
Parameters
Type | Name | Description |
---|---|---|
Key | k | To be added. |
Fields
Key
Declaration
public Terminal.Key Key;
Field Value
Type | Description |
---|---|
Key | To be added. |
Properties
IsAlt
Gets a value indicating whether the Alt key was pressed (real or synthesized)
Declaration
public bool IsAlt { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsCtrl
Determines whether the value is a control key
Declaration
public bool IsCtrl { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
KeyValue
Declaration
public int KeyValue { get; }
Property Value
Type | Description |
---|---|
System.Int32 | To be added. |