C# Class Asteroids.Classes.KeyBindingsContent

Afficher le fichier Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
GetBackKeyPress ( ) : bool
KeyBindingsContent ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content ) : System
Load ( ) : void
Update ( ) : void

Private Methods

Méthode Description
CheckSavable ( ) : bool
DiscardChanges ( ) : void
EmptyKeybind ( ) : void
Initialize ( ) : void
LoadControls ( ) : void
RebindKBKey ( ) : void
RebindWMKey ( ) : void
SaveChanges ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

GetBackKeyPress() public méthode

public GetBackKeyPress ( ) : bool
Résultat bool

KeyBindingsContent() public méthode

public KeyBindingsContent ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content ) : System
graphics GraphicsDeviceManager
Content Microsoft.Xna.Framework.Content.ContentManager
Résultat System

Load() public méthode

public Load ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void