Etermal
Embeddable Terminal and shell for OpenGL
Public Member Functions | List of all members
etm::TermInput Class Referenceabstract

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...
 

Detailed Description

Interface class used to supply callbacks to an ETerminal.

See also
ETerminal::requestInput(TermInput &callback)
ETerminal::cancelInputRequest(TermInput *callback)

Member Function Documentation

◆ terminalInput()

virtual void etm::TermInput::terminalInput ( const std::string &  text)
pure virtual

Recieve a UTF-8 encoded string if input from the terminal.

Parameters
[in]textThe input text
See also
ETerminal

The documentation for this class was generated from the following file: