C# 클래스 OpenTK.Input.Keyboard

Provides access to keyboard devices. Note: this API is not implemented yet.
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
GetState ( ) : KeyboardState

Retrieves the KeyboardState for the default keyboard device.

GetState ( int index ) : KeyboardState

Retrieves the KeyboardState for the specified keyboard device.

비공개 메소드들

메소드 설명
Keyboard ( ) : System

메소드 상세

GetState() 공개 정적인 메소드

Retrieves the KeyboardState for the default keyboard device.
public static GetState ( ) : KeyboardState
리턴 KeyboardState

GetState() 공개 정적인 메소드

Retrieves the KeyboardState for the specified keyboard device.
public static GetState ( int index ) : KeyboardState
index int The index of the keyboard device.
리턴 KeyboardState