More work on LuaConsole

Don't have the console consume function keys
This commit is contained in:
Alexander Bock
2017-05-16 16:10:44 -04:00
parent 38e2521743
commit 65d284efc7
3 changed files with 99 additions and 77 deletions
+4 -1
View File
@@ -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;