]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/base/key.qh
-Added a management window to creategame, which allows you to save and load
[divverent/nexuiz.git] / scmenu / source / base / key.qh
1 // NG-Menu
2 // base/key.qh
3
4 void() Key_Init;
5 void() Key_Quit;
6 void() Key_Update;
7 void() Key_Display;
8 void() Key_Hide;
9
10 void( string pKey )              Key_Unbind;
11 string( float pKey )             Key_GetName;
12 float( string pKey )             Key_GetNum;
13 string( string pCommand )        Key_GetBindList; // returns altstring containing keynrs
14 void( float pNum, string pCommand)  Key_LimitBinds;
15 void( string pKey, string pCommand) Key_Bind;
16