C# Class SharpQuake.KeysMenu

Inheritance: MenuBase
Afficher le fichier Open project: Memorix101/SharpQuake

Méthodes publiques

Méthode Description
Draw ( ) : void
KeyEvent ( int key ) : void
Show ( ) : void

Private Methods

Méthode Description
FindKeysForCommand ( string command, int twokeys ) : void

M_FindKeysForCommand

UnbindCommand ( string command ) : void

M_UnbindCommand

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

KeyEvent() public méthode

public KeyEvent ( int key ) : void
key int
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void