C# Class Motor.MainScreen

Inheritance: Screen
Afficher le fichier Open project: Syderis/CellSDK-Tutorials

Méthodes publiques

Méthode Description
BackButtonPressed ( ) : void

Pops this screen returning to the previous one, or exiting the app if there is no more left. This method is called when the hardware back button is pressed (only Windows Phone & Android)

Initialize ( ) : void

Sets the screen up (UI components, multimedia content, etc.)

Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
HandleBtnLeftReleased ( Component source ) : void
HandleBtnRightReleased ( Component source ) : void
HandleBtnStopReleased ( Component source ) : void

Method Details

BackButtonPressed() public méthode

Pops this screen returning to the previous one, or exiting the app if there is no more left. This method is called when the hardware back button is pressed (only Windows Phone & Android)
public BackButtonPressed ( ) : void
Résultat void

Initialize() public méthode

Sets the screen up (UI components, multimedia content, etc.)
public Initialize ( ) : void
Résultat void

Update() public méthode

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