summaryrefslogtreecommitdiffstats
path: root/src/app/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.h')
-rw-r--r--src/app/app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/app.h b/src/app/app.h
index bfa8c25..0cfaad2 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -164,6 +164,9 @@ public:
//! Polls the state of joystick axes and buttons
void UpdateJoystick();
+ //! Updates the mouse position explicitly
+ void UpdateMouse();
+
void FlushPressKey();
void ResetKey();
void SetKey(int keyRank, int option, int key);