Class KeyCharEventArgs
Provides data for keyboard character generation-related events.
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 character generated by a key press or a combination of key presses.
Declaration
public char Character { get; }
Property Value
Type | Description |
---|---|
char |