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.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/libjin/Input/Mouse.h b/src/libjin/Input/Mouse.h
index 09db5d2..29d730b 100644
--- a/src/libjin/Input/Mouse.h
+++ b/src/libjin/Input/Mouse.h
@@ -7,24 +7,24 @@
namespace jin
{
-namespace input
-{
+ namespace input
+ {
- class Mouse : public Singleton<Mouse>
- {
- public:
- void getState(int* x, int* y);
- void setVisible(bool visible);
+ class Mouse : public Singleton<Mouse>
+ {
+ public:
+ void getState(int* x, int* y);
+ void setVisible(bool visible);
- private:
- SINGLETON(Mouse);
+ private:
+ SINGLETON(Mouse);
- Mouse() {};
- ~Mouse() {};
+ Mouse() {};
+ ~Mouse() {};
- };
+ };
-} // input
+ } // input
} // jin
#endif // LIBJIN_MODULES_INPUT