Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-22 22:48:21 +0000
committerStijn Buys <ingar@osirion.org>2008-07-22 22:48:21 +0000
commit67517585e9b55967f5236ed5ebca77173eb2f2e3 (patch)
tree48a235b3265c91478ba814141a31cc74ab87db27 /src/client/input.h
parent540b500f2176966ebfb7f21ebd2c17ddfdcd34e6 (diff)
reset keyboard state on r_restart
Diffstat (limited to 'src/client/input.h')
-rw-r--r--src/client/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/input.h b/src/client/input.h
index 96192f8..b2b44c8 100644
--- a/src/client/input.h
+++ b/src/client/input.h
@@ -24,6 +24,9 @@ void shutdown();
/// handle one frame of input events
void frame(float seconds);
+/// reset input state
+void reset();
+
extern int mouse_x;
extern int mouse_y;