aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/MouseEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newt/native/MouseEvent.h')
-rw-r--r--src/newt/native/MouseEvent.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/newt/native/MouseEvent.h b/src/newt/native/MouseEvent.h
index 59d63cecf..3baeb2dae 100644
--- a/src/newt/native/MouseEvent.h
+++ b/src/newt/native/MouseEvent.h
@@ -39,4 +39,10 @@
#define EVENT_MOUSE_WHEEL_MOVED 207
// Generated by Java: EVENT_MOUSE_DRAGGED = 206;
+#define POINTER_TYPE_MOUSE 0
+#define POINTER_TYPE_TOUCHPAD 1
+#define POINTER_TYPE_TOUCHSCREEN 2
+#define POINTER_TYPE_PEN 3
+#define POINTER_TYPE_UNDEF 4
+
#endif