]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/base/key.qh
Adding my current version of the scmenu to the nexuiz cvs.
[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_Display;
7 void() Key_Hide;
8
9 void( string pKey )              Key_Unbind;
10 string( float pKey )             Key_GetName;
11 float( string pKey )             Key_GetNum;
12 string( string pCommand )        Key_GetBindList; // returns altstring containing keynrs
13 void( float pNum, string pCommand)  Key_LimitBinds;
14 void( string pKey, string pCommand) Key_Bind;
15