Defines the event arguments for KeyPress events. Instances of this class are cached: KeyPressEventArgs should only be used inside the relevant event, unless manually cloned.
More...
Inherits EventArgs.
|
char | KeyChar [get, set] |
| Gets a System.Char that defines the ASCII character that was typed. More...
|
|
Defines the event arguments for KeyPress events. Instances of this class are cached: KeyPressEventArgs should only be used inside the relevant event, unless manually cloned.
OpenTK.KeyPressEventArgs.KeyPressEventArgs |
( |
char |
keyChar | ) |
|
Constructs a new instance.
- Parameters
-
keyChar | The ASCII character that was typed. |
char OpenTK.KeyPressEventArgs.KeyChar |
|
getset |
Gets a System.Char that defines the ASCII character that was typed.