Etermal
Embeddable Terminal and shell for OpenGL
|
Base interface for an Etermal backend. More...
#include <EShell.h>
Public Member Functions | |
virtual void | input (const std::string &commandString)=0 |
Send a command string to the shell to be processed. More... | |
virtual void | cursorUp ()=0 |
Called when the user attempts to move the cursor up when it's already at max height; think command history... | |
virtual void | cursorDown ()=0 |
Called when the user attempts to move the cursor down when it's already at max height; think command history... | |
|
pure virtual |
Send a command string to the shell to be processed.
Typically from user input.
[in] | commandString | The command string |
Implemented in etm::Shell, and etm::BasicShell.