aboutsummaryrefslogtreecommitdiff
path: root/sources/globals.c
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2024-04-11 03:55:22 +0200
committerkdx <kikoodx@paranoici.org>2024-04-11 03:58:05 +0200
commit10526f2f4ecc8168f060bd8c4cf6cc3b111bd306 (patch)
treeefd1a0f09d829abd99505604efd8361118c8342e /sources/globals.c
parent690e41f34e1ee5b3afad0d6dd64c07a5eda7fc58 (diff)
downloadtzr-main.tar.gz
LatestInputEventHEADmain
Diffstat (limited to 'sources/globals.c')
-rw-r--r--sources/globals.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/globals.c b/sources/globals.c
index 4d9597d..0f835e1 100644
--- a/sources/globals.c
+++ b/sources/globals.c
@@ -35,6 +35,7 @@ int ___tzr_camera_y = 0;
SDL_GLContext ___tzr_gl_ctx = NULL;
int ___tzr_scroll_x = 0;
int ___tzr_scroll_y = 0;
+TZR_Event ___tzr_latest_input = {0};
#ifdef TZR_SOLOUD
Soloud ___tzr_soloud = NULL;