mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-25 06:19:02 -06:00
More work on LuaConsole
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user