C# Class Gears.Cloud.Input.DefaultInput

Inheritance: Gears.Cloud.Input.InputHandler
Afficher le fichier Open project: spectrumbranch/gearsvge

Private Properties

Свойство Type Description
UpdateKeyboardStates void

Méthodes publiques

Méthode Description
DisableInput ( ) : void
EnableInput ( ) : void
GetInputFlag ( ) : bool
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
UpdateKeyboardStates ( ) : void

Method Details

DisableInput() public méthode

public DisableInput ( ) : void
Résultat void

EnableInput() public méthode

public EnableInput ( ) : void
Résultat void

GetInputFlag() public méthode

public GetInputFlag ( ) : bool
Résultat bool

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void