diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-08-13 01:20:45 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 9bc5ea655b30b1bde6efe5134ce368382a1c76f0 (patch) | |
| tree | b83775a6906535a2df2c76ab9fbf45d1bdc19ea0 /src/winapi.c | |
| parent | f169c0479c33210b9c3cb1737afdd534d48b2df6 (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.c | 2 |
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); } |
