fix cursor visibility in OSX

This commit is contained in:
2019-03-11 18:39:11 +01:00
parent c111495cae
commit 5bef9c7286
7 changed files with 43 additions and 23 deletions

View File

@@ -110,6 +110,7 @@ public:
glm::mat4 m_proj;
glm::mat4 m_mvp;
bool m_mouse_focus = false;
bool m_mouse_inside = false;
bool m_flood_events = false;
bool m_force_mouse_capture = false;