aboutsummaryrefslogtreecommitdiff
path: root/src/input/mouse.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-05-17 19:10:57 +0800
committerchai <chaifix@163.com>2018-05-17 19:10:57 +0800
commit70cdd89e887641b7423e5d4d05928d14ee014aba (patch)
tree248b87ae35197a9e5941e65ef20eea359e87a5ed /src/input/mouse.h
parentdf4b054b8e8d00f7817daaa4cbf6961712cd0b75 (diff)
change file tree
Diffstat (limited to 'src/input/mouse.h')
-rw-r--r--src/input/mouse.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/input/mouse.h b/src/input/mouse.h
deleted file mode 100644
index 55e3346..0000000
--- a/src/input/mouse.h
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef __JIN_MOUSE_H
-#define __JIN_MOUSE_H
-namespace jin
-{
-namespace input
-{
- class Mouse
- {
- public:
-
- };
-
- inline const char* buttonStr(int id) {
- switch (id) {
- case 1: return "left";
- case 2: return "middle";
- case 3: return "right";
- case 4: return "wheelup";
- case 5: return "wheeldown";
- default: return "?";
- }
- }
-
- inline const char* wheelStr(int dir)
- {
-
- }
-}
-}
-#endif \ No newline at end of file