diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-20 19:59:33 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-20 19:59:33 +0000 |
| commit | 9cbfe9c462b20cf4513d4bde360b201e35d220b4 (patch) | |
| tree | 354250779bd970d3254418213fb8dccb8f698931 /src/engine/client/ec_inp.c | |
| parent | d9e34b6cfc94c2f123ff118e627f6ca245e10349 (diff) | |
| download | zcatch-9cbfe9c462b20cf4513d4bde360b201e35d220b4.tar.gz zcatch-9cbfe9c462b20cf4513d4bde360b201e35d220b4.zip | |
improved crapnet to beable to do packet reodering /home/kma/code/teeworlds/trunk/src/tools/crapnet.cpp
Diffstat (limited to 'src/engine/client/ec_inp.c')
| -rw-r--r-- | src/engine/client/ec_inp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/client/ec_inp.c b/src/engine/client/ec_inp.c index e6e4f5bb..156aed76 100644 --- a/src/engine/client/ec_inp.c +++ b/src/engine/client/ec_inp.c @@ -213,8 +213,10 @@ void inp_mouse_mode_absolute() void inp_mouse_mode_relative() { + /* SDL_ShowCursor(0); SDL_WM_GrabInput(SDL_GRAB_ON); + */ } #endif |