C# Class Oglr.Core.MouseStatus

Afficher le fichier Open project: SteveDunn/oglr

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
adjustWorldPosition ( Camera camera ) : void

Method Details

IsNewLeftMouseButtonClick() public static méthode

public static IsNewLeftMouseButtonClick ( ) : bool
Résultat bool

IsNewLeftMouseButtonReleased() public static méthode

public static IsNewLeftMouseButtonReleased ( ) : bool
Résultat bool

IsNewMiddleMouseButtonClick() public static méthode

public static IsNewMiddleMouseButtonClick ( ) : bool
Résultat bool

IsNewMiddleMouseButtonRelease() public static méthode

public static IsNewMiddleMouseButtonRelease ( ) : bool
Résultat bool

IsNewRightMouseButtonClick() public static méthode

public static IsNewRightMouseButtonClick ( ) : bool
Résultat bool

IsNewRightMouseButtonRelease() public static méthode

public static IsNewRightMouseButtonRelease ( ) : bool
Résultat bool

Update() public static méthode

public static Update ( Microsoft.Xna.Framework.Input.MouseState mouseState, Camera camera ) : void
mouseState Microsoft.Xna.Framework.Input.MouseState
camera Camera
Résultat void

UpdateCamera() public static méthode

public static UpdateCamera ( Camera camera ) : void
camera Camera
Résultat void