...
Implement this interface to receive messages from Enlighten.
Functions
Name | Description |
---|---|
OnMessage(Geo::eGeoLogMsgType, const char *) | All Enlighten feedback is passed back to the user through this interface. |
...
public: bool OnMessage
(
Geo::eGeoLogMsgType msgType,
const char * msgText
) const
...
All Enlighten feedback is passed back to the user through this interface.
...