new bindable keys
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@141 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
12c8cef385
commit
a62271db9b
1 changed files with 3 additions and 2 deletions
|
@ -148,10 +148,11 @@ K_AUX29 = 235,
|
|||
K_AUX30 = 236,
|
||||
K_AUX31 = 237,
|
||||
K_AUX32 = 238,
|
||||
K_LWIN = 239,
|
||||
K_RWIN = 240,
|
||||
K_APP = 241
|
||||
};
|
||||
|
||||
|
||||
|
||||
typedef enum {key_game, key_console, key_message, key_menu, key_editor} keydest_t;
|
||||
|
||||
extern keydest_t key_dest;
|
||||
|
|
Loading…
Reference in a new issue