C# Class Gravitation.Screens.Menu.NetworkMenuScreens.GameLobbyScreen

Inheritance: BaseScreen, IDrawableScreen
Show file Open project: thedamoes/Gravitation

Public Methods

Method Description
GameLobbyScreen ( int screenHeight, int screenWidth ) : System
GameLobbyScreen ( int screenHeight, int screenWidth, GameLobbyComms comms ) : System
windowCloseing ( ) : void

Private Methods

Method Description
IDrawableScreen ( ) : Matrix
IDrawableScreen ( Microsoft gameTime ) : void
IDrawableScreen ( Microsoft sb, Microsoft gameTime ) : void
comms_chatReceved ( object sender, Comms e ) : void
comms_playerConnected ( object sender, Comms e ) : void
initaliseGUI ( ) : void
lobbyControl_OnsendMessage ( object sender, EventArgs e ) : void

Method Details

GameLobbyScreen() public method

public GameLobbyScreen ( int screenHeight, int screenWidth ) : System
screenHeight int
screenWidth int
return System

GameLobbyScreen() public method

public GameLobbyScreen ( int screenHeight, int screenWidth, GameLobbyComms comms ) : System
screenHeight int
screenWidth int
comms GameLobbyComms
return System

windowCloseing() public method

public windowCloseing ( ) : void
return void