C# Class SharpQuake.KeysMenu

Inheritance: MenuBase
Exibir arquivo Open project: Memorix101/SharpQuake

Public Methods

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

Private Methods

Method Description
FindKeysForCommand ( string command, int twokeys ) : void

M_FindKeysForCommand

UnbindCommand ( string command ) : void

M_UnbindCommand

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