Method |
Description |
|
ChangeToScreen ( Screen whichScreen ) : void |
|
|
ClearAll ( ) : void |
|
|
DrawGalaxyBackground ( ) : void |
|
|
ExitGame ( ) : void |
|
|
HideSitRep ( ) : void |
|
|
Initalize ( int screenWidth, int screenHeight, DirectoryInfo dataSet, bool showTutorial, Form parentForm, string &reason ) : bool |
|
|
KeyDown ( KeyboardInputEventArgs e ) : void |
|
|
LoadGame ( string filename ) : bool |
|
|
MouseDown ( MouseEventArgs e ) : void |
|
|
MouseScroll ( int delta ) : void |
|
|
MouseUp ( MouseEventArgs e ) : void |
|
|
ProcessGame ( float frameDeltaTime ) : void |
|
|
RefreshSitRep ( ) : void |
|
|
SaveGame ( string filename ) : void |
|
|
ToggleSitRep ( ) : void |
|
|