diff options
author | James Emselle <james.e.0111.2@gmail.com> | 2014-06-26 22:14:37 +1000 |
---|---|---|
committer | James Emselle <james.e.0111.2@gmail.com> | 2014-06-26 22:14:37 +1000 |
commit | 911914adad997b6ab6ceba9bd45349254498ed37 (patch) | |
tree | fca2ce83bacfa89b3c5a98c3f07f87c98118f9e7 /platform/osx/os_osx.h | |
parent | e086bccd63e64b8d3bd2b6b5ce000ef8abd71584 (diff) |
mouse_mode implementation on OS X
Diffstat (limited to 'platform/osx/os_osx.h')
-rw-r--r-- | platform/osx/os_osx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index b9e381d6ec..5b203f1560 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -98,7 +98,7 @@ public: id context; CursorShape cursor_shape; - + MouseMode mouse_mode; protected: virtual int get_video_driver_count() const; @@ -159,6 +159,8 @@ public: void run(); + void set_mouse_mode(MouseMode p_mode); + MouseMode get_mouse_mode() const; OS_OSX(); }; |