From 9c0a84e3aaa38a94758d95bed6a86796f5e99261 Mon Sep 17 00:00:00 2001 From: Lance Date: Thu, 19 May 2011 16:26:50 +0000 Subject: [PATCH] SDL again, previous rev (3720) git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3792 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/in_sdl.c | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/engine/client/in_sdl.c b/engine/client/in_sdl.c index a93bec20f..ebb168bb5 100644 --- a/engine/client/in_sdl.c +++ b/engine/client/in_sdl.c @@ -294,10 +294,6 @@ void IN_ReInit (void) void IN_Init (void) { - #ifdef IN_XFLIP - cvar_t in_xflip = SCVAR("in_xflip", "0"); - #endif - #ifdef IN_XFLIP Cvar_Register (&in_xflip, "Input Controls"); #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) -{ -} \ No newline at end of file