aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'headers/TZR_events.h')
-rw-r--r--headers/TZR_events.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/headers/TZR_events.h b/headers/TZR_events.h
index 4b2b0c6..61262c8 100644
--- a/headers/TZR_events.h
+++ b/headers/TZR_events.h
@@ -6,3 +6,5 @@ int TZR_PollEvent(TZR_Event *e);
/* Drain queued events with TZR_PollEvent and call TZR_ResourcesWatch. */
void TZR_CycleEvents(void);
+
+void TZR_GetMousePosition(int *x, int *y);