C# 클래스 Oglr.Core.MouseStatus

파일 보기 프로젝트 열기: SteveDunn/oglr

공개 메소드들

메소드 설명
IsNewLeftMouseButtonClick ( ) : bool
IsNewLeftMouseButtonReleased ( ) : bool
IsNewMiddleMouseButtonClick ( ) : bool
IsNewMiddleMouseButtonRelease ( ) : bool
IsNewRightMouseButtonClick ( ) : bool
IsNewRightMouseButtonRelease ( ) : bool
Update ( Microsoft.Xna.Framework.Input.MouseState mouseState, Camera camera ) : void
UpdateCamera ( Camera camera ) : void

비공개 메소드들

메소드 설명
adjustWorldPosition ( Camera camera ) : void

메소드 상세

IsNewLeftMouseButtonClick() 공개 정적인 메소드

public static IsNewLeftMouseButtonClick ( ) : bool
리턴 bool

IsNewLeftMouseButtonReleased() 공개 정적인 메소드

public static IsNewLeftMouseButtonReleased ( ) : bool
리턴 bool

IsNewMiddleMouseButtonClick() 공개 정적인 메소드

public static IsNewMiddleMouseButtonClick ( ) : bool
리턴 bool

IsNewMiddleMouseButtonRelease() 공개 정적인 메소드

public static IsNewMiddleMouseButtonRelease ( ) : bool
리턴 bool

IsNewRightMouseButtonClick() 공개 정적인 메소드

public static IsNewRightMouseButtonClick ( ) : bool
리턴 bool

IsNewRightMouseButtonRelease() 공개 정적인 메소드

public static IsNewRightMouseButtonRelease ( ) : bool
리턴 bool

Update() 공개 정적인 메소드

public static Update ( Microsoft.Xna.Framework.Input.MouseState mouseState, Camera camera ) : void
mouseState Microsoft.Xna.Framework.Input.MouseState
camera Camera
리턴 void

UpdateCamera() 공개 정적인 메소드

public static UpdateCamera ( Camera camera ) : void
camera Camera
리턴 void