![]() |
Resonance Game
Team Walterio Fuchsbauer
|
Public Member Functions | |
PopupScreen (string msg, int action) | |
override void | LoadContent () |
override void | HandleInput (InputDevices input) |
override void | Draw (GameTime gameTime) |
Static Public Attributes | |
static int | TO_MAIN_MENU = 0 |
static int | QUIT_GAME = 1 |
static int | REMOVE_SCREEN = 2 |
Resonance.PopupScreen.PopupScreen | ( | string | msg, |
int | action | ||
) |
override void Resonance.PopupScreen.Draw | ( | GameTime | gameTime | ) | [virtual] |
override void Resonance.PopupScreen.HandleInput | ( | InputDevices | input | ) | [virtual] |
Reimplemented from Resonance.Screen.
override void Resonance.PopupScreen.LoadContent | ( | ) | [virtual] |
Reimplemented from Resonance.Screen.
int Resonance.PopupScreen.QUIT_GAME = 1 [static] |
int Resonance.PopupScreen.REMOVE_SCREEN = 2 [static] |
int Resonance.PopupScreen.TO_MAIN_MENU = 0 [static] |