C# Class XNATestBed.MouseClick

Mostrar archivo Open project: ReticentJohn/Spring-Project-2011

Public Methods

Method Description
IsClicked ( ) : bool
IsClickedAfterDelay ( float delayInMilliseconds ) : bool
LeftButtonClicked ( ) : bool
MiddleButtonClicked ( ) : bool
RightButtonClicked ( ) : bool
Update ( GameTime gameTime ) : void

Method Details

IsClicked() public static method

public static IsClicked ( ) : bool
return bool

IsClickedAfterDelay() public static method

public static IsClickedAfterDelay ( float delayInMilliseconds ) : bool
delayInMilliseconds float
return bool

LeftButtonClicked() public static method

public static LeftButtonClicked ( ) : bool
return bool

MiddleButtonClicked() public static method

public static MiddleButtonClicked ( ) : bool
return bool

RightButtonClicked() public static method

public static RightButtonClicked ( ) : bool
return bool

Update() public static method

public static Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void