Terminal.Gui
1.0.0.0
System.ValueType
Describes a keyboard event.
To be added.
Constructor
1.0.0.0
To be added.
Constructs a new KeyEvent from the provided Key value - can be a rune cast into a Key value
To be added.
Property
1.0.0.0
System.Boolean
Gets a value indicating whether the Alt key was pressed (real or synthesized)
true if is alternate; otherwise, false.
To be added.
Property
1.0.0.0
System.Boolean
Determines whether the value is a control key
true if is ctrl; otherwise, false.
To be added.
Field
1.0.0.0
Terminal.Gui.Key
Symb olid definition for the key.
To be added.
Property
1.0.0.0
System.Int32
The key value cast to an integer, you will typicall use this for
extracting the Unicode rune value out of a key, when none of the
symbolic options are in use.
To be added.
To be added.