C# Class cruisin_asu.Helpers.Controller

Afficher le fichier Open project: travis134/racing-asu Class Usage Examples

Méthodes publiques

Свойство Type Description
controlState bool>.Dictionary
keyboardControlScheme Controls>.Dictionary
xbox360ControlScheme Controls>.Dictionary

Méthodes publiques

Méthode Description
Controller ( ControllerType controllerType ) : System
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
KeyboardUpdate ( ) : void
Xbox360Update ( ) : void

Method Details

Controller() public méthode

public Controller ( ControllerType controllerType ) : System
controllerType ControllerType
Résultat System

Update() public méthode

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

Property Details

controlState public_oe property

public Dictionary controlState
Résultat bool>.Dictionary

keyboardControlScheme public_oe property

public Dictionary keyboardControlScheme
Résultat Controls>.Dictionary

xbox360ControlScheme public_oe property

public Dictionary xbox360ControlScheme
Résultat Controls>.Dictionary