From ce2367725e43124f8be5ef43650cd9514ae1c335 Mon Sep 17 00:00:00 2001 From: albeu Date: Fri, 8 Feb 2002 18:10:56 +0000 Subject: Added support for key combination and mouse buttons key code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4590 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/mouse.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 input/mouse.h (limited to 'input/mouse.h') diff --git a/input/mouse.h b/input/mouse.h new file mode 100644 index 0000000000..4c6520eb7d --- /dev/null +++ b/input/mouse.h @@ -0,0 +1,13 @@ + + +#define MOUSE_BASE (0x100+256) +#define MOUSE_BTN0 (MOUSE_BASE+0) +#define MOUSE_BTN1 (MOUSE_BASE+1) +#define MOUSE_BTN2 (MOUSE_BASE+2) +#define MOUSE_BTN3 (MOUSE_BASE+3) +#define MOUSE_BTN4 (MOUSE_BASE+4) +#define MOUSE_BTN5 (MOUSE_BASE+5) +#define MOUSE_BTN6 (MOUSE_BASE+6) +#define MOUSE_BTN7 (MOUSE_BASE+7) +#define MOUSE_BTN8 (MOUSE_BASE+8) +#define MOUSE_BTN9 (MOUSE_BASE+9) -- cgit v1.2.3