C# Class Beyond_Beyaan.Screens.DiplomacyScreen

Inheritance: ScreenInterface
Mostrar archivo Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

Method Description
DrawScreen ( ) : void
Initialize ( GameMain gameMain, string &reason ) : bool
KeyDown ( KeyboardInputEventArgs e ) : void
MouseDown ( int x, int y, int whichButton ) : void
MouseScroll ( int direction, int x, int y ) : void
MouseUp ( int x, int y, int whichButton ) : void
SetupScreen ( ) : void
Update ( int x, int y, float frameDeltaTime ) : void

Method Details

DrawScreen() public method

public DrawScreen ( ) : void
return void

Initialize() public method

public Initialize ( GameMain gameMain, string &reason ) : bool
gameMain GameMain
reason string
return bool

KeyDown() public method

public KeyDown ( KeyboardInputEventArgs e ) : void
e KeyboardInputEventArgs
return void

MouseDown() public method

public MouseDown ( int x, int y, int whichButton ) : void
x int
y int
whichButton int
return void

MouseScroll() public method

public MouseScroll ( int direction, int x, int y ) : void
direction int
x int
y int
return void

MouseUp() public method

public MouseUp ( int x, int y, int whichButton ) : void
x int
y int
whichButton int
return void

SetupScreen() public method

public SetupScreen ( ) : void
return void

Update() public method

public Update ( int x, int y, float frameDeltaTime ) : void
x int
y int
frameDeltaTime float
return void