C# Class SharpQuake.MainMenu

MainMenu
Inheritance: MenuBase
Show file Open project: Memorix101/SharpQuake

Public Methods

Method Description
Draw ( ) : void
KeyEvent ( int key ) : void

M_Main_Key

Show ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

KeyEvent() public method

M_Main_Key
public KeyEvent ( int key ) : void
key int
return void

Show() public method

public Show ( ) : void
return void