]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/base/key.qh
rename menu directories
[divverent/nexuiz.git] / data / menuqc / 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