More work on LuaConsole

This commit is contained in:
Alexander Bock
2017-05-17 10:49:28 -04:00
parent 65d284efc7
commit cefedabd84
2 changed files with 59 additions and 27 deletions

View File

@@ -59,6 +59,8 @@ private:
void parallelConnectionChanged(const ParallelConnection::Status& status);
void addToCommand(std::string c);
void renderQuad(const glm::vec2& pos, const glm::vec2& size);
properties::BoolProperty _isVisible;
properties::BoolProperty _remoteScripting;
@@ -67,6 +69,7 @@ private:
properties::Vec4Property _separatorColor;
properties::IntProperty _historyLength;
size_t _inputPosition;
std::vector<std::string> _commandsHistory;
size_t _activeCommand;