summaryrefslogtreecommitdiff
path: root/platform/gl/gl-app.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-09-23 14:28:02 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-10-06 11:21:23 +0200
commitcca539d70b69231408e35b0032b3b349237835bf (patch)
treecc61b40c026b0564c2a869771b25c2f442db8707 /platform/gl/gl-app.h
parent17abfbce18df0d2a9c85687fc31afeb45c215ded (diff)
downloadmupdf-cca539d70b69231408e35b0032b3b349237835bf.tar.xz
gl: Add scroll wheel support.
Diffstat (limited to 'platform/gl/gl-app.h')
-rw-r--r--platform/gl/gl-app.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/gl/gl-app.h b/platform/gl/gl-app.h
index fc9bbfbd..df6a2f96 100644
--- a/platform/gl/gl-app.h
+++ b/platform/gl/gl-app.h
@@ -54,6 +54,7 @@ struct ui
{
int x, y;
int down, middle, right;
+ int scroll_x, scroll_y;
int key, mod;
void *hot, *active, *focus;