C# 클래스 Sharpex2D.Input.MouseState

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 메소드들

메소드 설명
IsPressed ( MouseButtons button ) : bool

A value indicating whether the MouseButton is pressed.

비공개 메소드들

메소드 설명
MouseState ( bool>.Dictionary reference, Vector2 position ) : System.Collections.Generic

Initializes a new MouseState class.

메소드 상세

IsPressed() 공개 메소드

A value indicating whether the MouseButton is pressed.
public IsPressed ( MouseButtons button ) : bool
button MouseButtons The MouseButton.
리턴 bool