C# 클래스 OpenTK.Input.MouseDevice

상속: IInputDevice
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MouseDevice System

공개 메소드들

메소드 설명
GetHashCode ( ) : int

Calculates the hash code for this instance.

ToString ( ) : string

Returns a System.String that describes this instance.

this ( MouseButton button ) : bool

Gets a System.Boolean indicating the state of the specified MouseButton.

비공개 메소드들

메소드 설명
MouseDevice ( ) : System

메소드 상세

GetHashCode() 공개 메소드

Calculates the hash code for this instance.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Returns a System.String that describes this instance.
public ToString ( ) : string
리턴 string

this() 공개 메소드

Gets a System.Boolean indicating the state of the specified MouseButton.
public this ( MouseButton button ) : bool
button MouseButton The MouseButton to check.
리턴 bool