Beta-3 Release Candidate branch (#753)

* Merge experimental session recording branch
 * Merge new CEF-based webgui branch
This commit is contained in:
Alexander Bock
2018-11-05 20:51:48 -05:00
committed by GitHub
parent 7181de4673
commit 267879878b
27 changed files with 101 additions and 178 deletions

View File

@@ -27,18 +27,12 @@
#include <modules/webbrowser/include/webkeyboardhandler.h>
#include <ghoul/opengl/ghoul_gl.h>
#include <memory>
namespace openspace {
class GUIKeyboardHandler : public WebKeyboardHandler {
public:
GUIKeyboardHandler();
virtual ~GUIKeyboardHandler();
private:
virtual ~GUIKeyboardHandler() = default;
};
} // namespace openspace