SDL again, previous rev (3720)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3792 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f32d19e0f9
commit
9c0a84e3aa
1 changed files with 0 additions and 24 deletions
|
@ -294,10 +294,6 @@ void IN_ReInit (void)
|
||||||
|
|
||||||
void IN_Init (void)
|
void IN_Init (void)
|
||||||
{
|
{
|
||||||
#ifdef IN_XFLIP
|
|
||||||
cvar_t in_xflip = SCVAR("in_xflip", "0");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef IN_XFLIP
|
#ifdef IN_XFLIP
|
||||||
Cvar_Register (&in_xflip, "Input Controls");
|
Cvar_Register (&in_xflip, "Input Controls");
|
||||||
#endif
|
#endif
|
||||||
|
@ -353,24 +349,4 @@ void IN_Commands (void) //used to Cbuf_AddText joystick button events in windows
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
===========
|
|
||||||
IN_UpdateClipCursor
|
|
||||||
===========
|
|
||||||
*/
|
|
||||||
void IN_UpdateClipCursor (void)
|
|
||||||
{
|
|
||||||
|
|
||||||
if (mouseinitialized && mouseactive && !dinput)
|
|
||||||
{
|
|
||||||
ClipCursor (&window_rect);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void IN_RawInput_Read(HANDLE in_device_handle)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
static int MapKey (int vkey)
|
|
||||||
{
|
|
||||||
}
|
|
Loading…
Reference in a new issue