aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/input/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/input/mouse.h')
-rw-r--r--src/libjin/input/mouse.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/src/libjin/input/mouse.h b/src/libjin/input/mouse.h
index feb982b..09d79dc 100644
--- a/src/libjin/input/mouse.h
+++ b/src/libjin/input/mouse.h
@@ -7,38 +7,38 @@
namespace JinEngine
{
- namespace Input
- {
-
- ///
- ///
- ///
- class Mouse : public Singleton<Mouse>
- {
- public:
- ///
- ///
- ///
- Mouse() {};
-
- ///
- ///
- ///
- ~Mouse() {};
-
- ///
- ///
- ///
- void getState(int* x, int* y);
-
- ///
- ///
- ///
- void setVisible(bool visible);
-
- };
-
- } // namespace Input
+ namespace Input
+ {
+
+ ///
+ ///
+ ///
+ class Mouse : public Singleton<Mouse>
+ {
+ public:
+ ///
+ ///
+ ///
+ Mouse() {};
+
+ ///
+ ///
+ ///
+ ~Mouse() {};
+
+ ///
+ ///
+ ///
+ void getState(int* x, int* y);
+
+ ///
+ ///
+ ///
+ void setVisible(bool visible);
+
+ };
+
+ } // namespace Input
} // namespace JinEngine
#endif // defined(jin_input)