Etermal
Embeddable Terminal and shell for OpenGL
|
Interface class used to supply callbacks to an ETerminal. More...
#include <TermInput.h>
Public Member Functions | |
virtual void | terminalInput (const std::string &text)=0 |
Recieve a UTF-8 encoded string if input from the terminal. More... | |
Interface class used to supply callbacks to an ETerminal.
|
pure virtual |
Recieve a UTF-8 encoded string if input from the terminal.
[in] | text | The input text |