mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 12:39:24 -05:00
More work on LuaConsole
Don't have the console consume function keys
This commit is contained in:
@@ -62,9 +62,9 @@ private:
|
||||
properties::BoolProperty _isVisible;
|
||||
properties::BoolProperty _remoteScripting;
|
||||
|
||||
properties::FloatProperty _width;
|
||||
properties::Vec4Property _backgroundColor;
|
||||
properties::Vec4Property _highlightColor;
|
||||
properties::Vec4Property _separatorColor;
|
||||
properties::IntProperty _historyLength;
|
||||
|
||||
size_t _inputPosition;
|
||||
@@ -80,6 +80,9 @@ private:
|
||||
|
||||
float _currentHeight;
|
||||
|
||||
std::shared_ptr<ghoul::fontrendering::Font> _font;
|
||||
std::shared_ptr<ghoul::fontrendering::Font> _historyFont;
|
||||
|
||||
std::unique_ptr<ghoul::opengl::ProgramObject> _program;
|
||||
GLuint _vao;
|
||||
GLuint _vbo;
|
||||
|
||||
Reference in New Issue
Block a user