Class KeyCharEventArgs
Provides data for keyboard char generation related events.
Inherited Members
Namespace: Evergine.Common.Input.Keyboard
Assembly: Evergine.Common.dll
Syntax
public class KeyCharEventArgs : EventArgs
  Constructors
KeyCharEventArgs(char)
Initializes a new instance of the KeyCharEventArgs class.
Declaration
public KeyCharEventArgs(char character)
  Parameters
| Type | Name | Description | 
|---|---|---|
| char | character | The generated character.  | 
      
Properties
Character
Gets the generated character by a key press or a combination of them.
Declaration
public char Character { get; }
  Property Value
| Type | Description | 
|---|---|
| char |