mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-23 05:19:18 -06:00
Beta-3 Release Candidate branch (#753)
* Merge experimental session recording branch * Merge new CEF-based webgui branch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user