aboutsummaryrefslogtreecommitdiff
path: root/sources/globals.c
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2024-02-16 01:51:18 +0100
committerkdx <kikoodx@paranoici.org>2024-02-16 01:53:09 +0100
commit690e41f34e1ee5b3afad0d6dd64c07a5eda7fc58 (patch)
tree50e6049ee4500c8e518f5bfbe8c489d5cd84deaf /sources/globals.c
parente1dc054c0c558f403fabec7e2bddfa15c97bb896 (diff)
downloadtzr-690e41f34e1ee5b3afad0d6dd64c07a5eda7fc58.tar.gz
process mouse scroll
Diffstat (limited to 'sources/globals.c')
-rw-r--r--sources/globals.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/globals.c b/sources/globals.c
index a8e1383..4d9597d 100644
--- a/sources/globals.c
+++ b/sources/globals.c
@@ -33,6 +33,8 @@ SDL_BlendMode ___tzr_blendmode = SDL_BLENDMODE_BLEND;
int ___tzr_camera_x = 0;
int ___tzr_camera_y = 0;
SDL_GLContext ___tzr_gl_ctx = NULL;
+int ___tzr_scroll_x = 0;
+int ___tzr_scroll_y = 0;
#ifdef TZR_SOLOUD
Soloud ___tzr_soloud = NULL;