C# Class cruisin_asu.Helpers.Controller

Mostra file Open project: travis134/racing-asu Class Usage Examples

Public Properties

Property Type Description
controlState bool>.Dictionary
keyboardControlScheme Controls>.Dictionary
xbox360ControlScheme Controls>.Dictionary

Public Methods

Method Description
Controller ( ControllerType controllerType ) : System
Update ( GameTime gameTime ) : void

Private Methods

Method Description
KeyboardUpdate ( ) : void
Xbox360Update ( ) : void

Method Details

Controller() public method

public Controller ( ControllerType controllerType ) : System
controllerType ControllerType
return System

Update() public method

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

Property Details

controlState public_oe property

public Dictionary controlState
return bool>.Dictionary

keyboardControlScheme public_oe property

public Dictionary keyboardControlScheme
return Controls>.Dictionary

xbox360ControlScheme public_oe property

public Dictionary xbox360ControlScheme
return Controls>.Dictionary