mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
A few compile fixes.
And of course the very slight rework of the input system, at least in_x11 gets shifts right for different keymaps. Oh, by the way, ALL other input targets are broken in a very 'will not compile' way.
This commit is contained in:
parent
15c31544cf
commit
8f1ff1bddc
7 changed files with 41 additions and 54 deletions
|
@ -172,7 +172,7 @@ extern char chat_buffer[];
|
|||
extern int chat_bufferlen;
|
||||
extern qboolean chat_team;
|
||||
|
||||
void Key_Event (int key, qboolean down);
|
||||
void Key_Event (int key, int alt, qboolean down);
|
||||
void Key_Init (void);
|
||||
void Key_Init_Cvars (void);
|
||||
void Key_WriteBindings (QFile *f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue