C# 클래스 OpenTK.Input.KeyboardDevice

Represents a keyboard device and provides methods to query its status.
상속: IInputDevice
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

공개 메소드들

메소드 설명
GetHashCode ( ) : int

Returns the hash code for this KeyboardDevice.

ToString ( ) : string

Returns a System.String representing this KeyboardDevice.

this ( Key key ) : bool

Gets a value indicating the status of the specified Key.

this ( uint scancode ) : bool

Gets a value indicating the status of the specified Key.

비공개 메소드들

메소드 설명
ClearKeys ( ) : void
KeyboardDevice ( ) : System
SetKey ( Key key, uint scancode, bool state ) : void

메소드 상세

GetHashCode() 공개 메소드

Returns the hash code for this KeyboardDevice.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Returns a System.String representing this KeyboardDevice.
public ToString ( ) : string
리턴 string

this() 공개 메소드

Gets a value indicating the status of the specified Key.
public this ( Key key ) : bool
key Key The Key to check.
리턴 bool

this() 공개 메소드

Gets a value indicating the status of the specified Key.
public this ( uint scancode ) : bool
scancode uint The scancode to check.
리턴 bool