This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

class Geo::ITerminalInputHandler

Class providing this interface is a source of tty commands and may need polling.

Functions

Name Description
SetTerminalCmdHandler(ITerminalCmdHandler *)

This method is called to set the command handler.

TerminalInputPollCallback()

This method is called to poll the input handler.


virtual void Geo::ITerminalInputHandler::SetTerminalCmdHandler


public: void SetTerminalCmdHandler
(
    ITerminalCmdHandler * cmdHandler
)


This method is called to set the command handler.


virtual void Geo::ITerminalInputHandler::TerminalInputPollCallback


public: virtual void TerminalInputPollCallback()


This method is called to poll the input handler.

  • No labels