summaryrefslogtreecommitdiff
path: root/src/winapi.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-08-13 01:20:45 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit9bc5ea655b30b1bde6efe5134ce368382a1c76f0 (patch)
treeb83775a6906535a2df2c76ab9fbf45d1bdc19ea0 /src/winapi.c
parentf169c0479c33210b9c3cb1737afdd534d48b2df6 (diff)
Added ctrl+g mouse grab toggle and alt+enter fullscreen toggle.
Mouse now works during game. Escape currently exits game (since there is no menu).
Diffstat (limited to 'src/winapi.c')
-rw-r--r--src/winapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/winapi.c b/src/winapi.c
index dc3b97e..648df71 100644
--- a/src/winapi.c
+++ b/src/winapi.c
@@ -205,8 +205,6 @@ unsigned int timeGetTime()
secs--;
}
-printf("Ticks = %u\n", secs * 1000 + (usecs / 1000));
-
return secs * 1000 + (usecs / 1000);
}