* General Code Cleanup
 * Add check for TABs to check_style_guide.py
 * Removing warnings
This commit is contained in:
Alexander Bock
2018-04-19 13:27:15 -04:00
committed by GitHub
parent 12db1dd0c2
commit 4041bbb935
151 changed files with 1229 additions and 1033 deletions
+6 -5
View File
@@ -2,7 +2,7 @@
* *
* OpenSpace *
* *
* Copyright (c) 2014-2017 *
* Copyright (c) 2014-2018 *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of this *
* software and associated documentation files (the "Software"), to deal in the Software *
@@ -47,8 +47,9 @@ public:
void close(bool force = false);
bool sendKeyEvent(const CefKeyEvent &event);
bool sendMouseClickEvent(const CefMouseEvent &event, CefBrowserHost::MouseButtonType button,
bool mouseUp, int clickCount = SINGLE_CLICK);
bool sendMouseClickEvent(const CefMouseEvent &event,
CefBrowserHost::MouseButtonType button, bool mouseUp,
int clickCount = SINGLE_CLICK);
bool sendMouseMoveEvent(const CefMouseEvent &event);
bool sendMouseWheelEvent(const CefMouseEvent &event, glm::ivec2 delta);
void reloadBrowser();
@@ -66,6 +67,6 @@ private:
bool _isInitialized;
};
}
} // namespace openspace
#endif //__OPENSPACE_MODULE_WEBBROWSER__BROWSER_INSTANCE_H
#endif // __OPENSPACE_MODULE_WEBBROWSER__BROWSER_INSTANCE_H