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
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
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