aboutsummaryrefslogtreecommitdiffstats
path: root/src/mouse.h
blob: 842a19088d5c549187e1713f7fad0e96020d6337 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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