From 6ce9f5135f84b2e09fd58bce31d1cee946bb462f Mon Sep 17 00:00:00 2001 From: relnev Date: Wed, 8 Jan 2003 12:47:28 +0000 Subject: added most of the missing keys git-svn-id: svn://svn.icculus.org/blackshades/trunk@49 5198baeb-e213-0410-be47-fc2ff85ca46f --- Source/Support.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/Support.cpp') diff --git a/Source/Support.cpp b/Source/Support.cpp index 9fcf2be..0c07de2 100644 --- a/Source/Support.cpp +++ b/Source/Support.cpp @@ -40,8 +40,9 @@ void InitMouse() void MoveMouse(int xcoord, int ycoord, Point *mouseloc) { - SDL_WarpMouse(xcoord, ycoord); - SDL_PumpEvents(); + /* mouse warp is annoying when we can just grab the mouse */ +// SDL_WarpMouse(xcoord, ycoord); +// SDL_PumpEvents(); GetMouse(mouseloc); } -- cgit v1.2.3