C# 클래스 MilkShakeFramework.IO.Input.Devices.MouseInput

파일 보기 프로젝트 열기: lucas-jones/MilkShake-old

공개 프로퍼티들

프로퍼티 타입 설명
mouseState Microsoft.Xna.Framework.Input.MouseState

공개 메소드들

메소드 설명
IsInBounds ( ) : bool
ScrollChange ( ) : int
UpdateEnd ( ) : void
UpdateStart ( ) : void
isLeftClicked ( ) : bool
isLeftDown ( ) : bool
isLeftReleased ( ) : bool
isRightClicked ( ) : bool
isRightDown ( ) : bool
isRightReleased ( ) : bool

메소드 상세

IsInBounds() 공개 정적인 메소드

public static IsInBounds ( ) : bool
리턴 bool

ScrollChange() 공개 정적인 메소드

public static ScrollChange ( ) : int
리턴 int

UpdateEnd() 공개 정적인 메소드

public static UpdateEnd ( ) : void
리턴 void

UpdateStart() 공개 정적인 메소드

public static UpdateStart ( ) : void
리턴 void

isLeftClicked() 공개 정적인 메소드

public static isLeftClicked ( ) : bool
리턴 bool

isLeftDown() 공개 정적인 메소드

public static isLeftDown ( ) : bool
리턴 bool

isLeftReleased() 공개 정적인 메소드

public static isLeftReleased ( ) : bool
리턴 bool

isRightClicked() 공개 정적인 메소드

public static isRightClicked ( ) : bool
리턴 bool

isRightDown() 공개 정적인 메소드

public static isRightDown ( ) : bool
리턴 bool

isRightReleased() 공개 정적인 메소드

public static isRightReleased ( ) : bool
리턴 bool

프로퍼티 상세

mouseState 공개적으로 정적으로 프로퍼티

public static MouseState,Microsoft.Xna.Framework.Input mouseState
리턴 Microsoft.Xna.Framework.Input.MouseState