diff options
author | epoch <epoch@thebackupbox.net> | 2020-10-10 00:00:55 -0500 |
---|---|---|
committer | epoch <epoch@thebackupbox.net> | 2020-10-10 00:00:55 -0500 |
commit | fe9ad894000ff986cd642d23ac4762e97d5b1ccc (patch) | |
tree | 1e253ac02dc7d3339b60ca68d9bfca24cbd3ef7e /src/mouse.h | |
parent | 19feecae5124e5eb4c8a2f2dfd300e94e59b9d9f (diff) | |
parent | 4982876f0d021e4637f6db500063169477fe7289 (diff) | |
download | hackvr-fe9ad894000ff986cd642d23ac4762e97d5b1ccc.tar.gz hackvr-fe9ad894000ff986cd642d23ac4762e97d5b1ccc.zip |
Merge branch 'master' of ssh://batou.thebackupbox.net:65432/hackvr
Diffstat (limited to 'src/mouse.h')
-rw-r--r-- | src/mouse.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |