C# Class SharpQuake.HelpMenu

Inheritance: MenuBase
Show file Open project: Memorix101/SharpQuake

Public Methods

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

Method Details

Draw() public method

public Draw ( ) : void
return void

KeyEvent() public method

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

Show() public method

public Show ( ) : void
return void