Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
OpenTK
KeyPressEventArgs
C# Class OpenTK.KeyPressEventArgs
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.
Inheritance:
System.EventArgs
ファイルを表示
Open project: prepare/HTML-Renderer
Class Usage Examples
Public Methods
Method
Description
KeyPressEventArgs
(
char
keyChar
) :
System
Constructs a new instance.
Method Details
KeyPressEventArgs()
public
method
Constructs a new instance.
public
KeyPressEventArgs
(
char
keyChar
) :
System
keyChar
char
The ASCII character that was typed.
return
System