C# Класс 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.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
KeyPressEventArgs ( char keyChar ) : System

Constructs a new instance.

Описание методов

KeyPressEventArgs() публичный Метод

Constructs a new instance.
public KeyPressEventArgs ( char keyChar ) : System
keyChar char The ASCII character that was typed.
Результат System