mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 01:51:37 +00:00
fix for Bug #105221 though it seems repeats were ignored anyway. this was done
by backporting the glx/x11 changes from nuq
This commit is contained in:
parent
b88799880f
commit
9ece49b4e8
9 changed files with 232 additions and 281 deletions
|
@ -30,6 +30,7 @@
|
|||
#define _INPUT_H
|
||||
|
||||
#include "protocol.h"
|
||||
#include "cvar.h"
|
||||
|
||||
#define freelook (in_mlook.state&1 || cl_freelook->value)
|
||||
|
||||
|
@ -49,4 +50,6 @@ void IN_Move (usercmd_t *cmd);
|
|||
void IN_ModeChanged (void);
|
||||
// called whenever screen dimensions change
|
||||
|
||||
extern cvar_t *_windowed_mouse;
|
||||
|
||||
#endif // _INPUT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue