C# 클래스 OpenTK.Input.Mouse

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

공개 메소드들

메소드 설명
GetState ( int index ) : MouseState

Retrieves the MouseState for the specified mouse device.

비공개 메소드들

메소드 설명
Mouse ( ) : System

메소드 상세

GetState() 공개 정적인 메소드

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