mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
Added seconds version of the command input
- Using unix terminal style input history - ctrl+c support to copy current command to clipboard - ctrl+v support to paste current text from clipboard
This commit is contained in:
@@ -118,7 +118,9 @@ private:
|
||||
|
||||
bool _inputCommand;
|
||||
size_t _inputPosition;
|
||||
std::string _activeCommand;
|
||||
std::vector<std::string> _commandsHistory;
|
||||
size_t _activeCommand;
|
||||
std::vector<std::string> _commands;
|
||||
|
||||
void renderActiveCommand();
|
||||
void handleCommandInput(int key, int action);
|
||||
|
||||
Reference in New Issue
Block a user