From 40fc27154fe754181934dc7ee31375e6bdfb33fc Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 23 Oct 2018 12:23:58 +0800 Subject: *merge from minimal --- src/libjin/Input/Mouse.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/libjin/Input/Mouse.h (limited to 'src/libjin/Input/Mouse.h') diff --git a/src/libjin/Input/Mouse.h b/src/libjin/Input/Mouse.h deleted file mode 100644 index 5fc6b47..0000000 --- a/src/libjin/Input/Mouse.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef __JIN_MOUSE_H -#define __JIN_MOUSE_H -#include "../modules.h" -#ifdef JIN_MODULES_INPUT - -#include "../Common/Singleton.hpp" - -namespace jin -{ -namespace input -{ - class Mouse : public Singleton - { - public: - - // »ñµÃ×ø±ê - void getState(int* x, int* y); - - private: - Mouse() {}; - ~Mouse() {}; - - SINGLETON(Mouse); - }; -} -} - -#endif // JIN_MODULES_INPUT -#endif // __JIN_MOUSE_H \ No newline at end of file -- cgit v1.1-26-g67d0