C# Class ToyBox.MousePointerManager

Inheritance: Microsoft.Xna.Framework.GameComponent, IMousePointerService
Afficher le fichier Open project: jlyonsmith/ToyBox

Méthodes publiques

Méthode Description
Initialize ( ) : void
MousePointerManager ( Microsoft.Xna.Framework.Game game ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Mouse_Moved ( Point point ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MousePointerManager() public méthode

public MousePointerManager ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
Résultat System