From 76c2983c0d1ce48321310ebb60b1c81f4dcbbf44 Mon Sep 17 00:00:00 2001 From: epoch Date: Fri, 17 Jul 2020 03:59:35 -0500 Subject: added a header for what the different mouse buttons are for hackvr --- src/mouse.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/mouse.h (limited to 'src/mouse.h') diff --git a/src/mouse.h b/src/mouse.h new file mode 100644 index 0000000..842a190 --- /dev/null +++ b/src/mouse.h @@ -0,0 +1,11 @@ +#ifndef _HACKVR_MOUSE_H_ +#define _HACKVR_MOUSE_H_ + +#define MOUSE_PRIMARY 0 +#define MOUSE_TERTIARY 1 +#define MOUSE_SECONDARY 2 + +#define MOUSE_SCROLLUP 3 +#define MOUSE_SCROLLDOWN 4 + +#endif -- cgit v1.2.3