Fixed bug that did not set cache directory correctly

Moved visibility of console into LuaConsole class
This commit is contained in:
Alexander Bock
2014-11-18 17:47:09 +01:00
parent f02234099f
commit e630f6efbb
5 changed files with 28 additions and 21 deletions

View File

@@ -43,6 +43,10 @@ public:
unsigned int commandInputButton();
unsigned int ignoreCodepoint();
bool isVisible() const;
void setVisible(bool visible);
void toggleVisibility();
private:
void addToCommand(std::string c);
std::string UnicodeToUTF8(unsigned int codepoint);
@@ -52,6 +56,7 @@ private:
size_t _activeCommand;
std::vector<std::string> _commands;
bool _isVisible;
};
} // namespace openspace