summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/window.h
diff options
context:
space:
mode:
author Brad Hughes <bradhugh@outlook.com>2016-06-25 16:23:41 -0400
committer Brad Hughes <bradhugh@outlook.com>2016-06-25 20:36:54 -0400
commiteb97703a4cadfca16c61553f382b5b44c173d6cd (patch)
treeac07eae2cc2c30958ec440df44e3b1c0ae6c18cb /src/osd/sdl/window.h
parentf75a33f7d1ff7fa0baa893a3a374df2de23b050b (diff)
Fix mouse behavior on OSX
Diffstat (limited to 'src/osd/sdl/window.h')
-rw-r--r--src/osd/sdl/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osd/sdl/window.h b/src/osd/sdl/window.h
index d1c28c06e95..098c1823b50 100644
--- a/src/osd/sdl/window.h
+++ b/src/osd/sdl/window.h
@@ -111,6 +111,8 @@ private:
// monitor info
osd_monitor_info * m_monitor;
int m_fullscreen;
+ bool m_mouse_captured;
+ bool m_mouse_hidden;
void measure_fps(int update);