PixelLightAPI
.
|
Android 'Console' implementation. More...
#include <ConsoleAndroid.h>
Public Member Functions | |
virtual void | Print (const String &sString) const override |
Print a string to the console. |
Android 'Console' implementation.
virtual void PLCore::ConsoleAndroid::Print | ( | const String & | sString | ) | const [override, virtual] |
Print a string to the console.
[in] | sString | String that shall be printed |
Reimplemented from PLCore::ConsoleLinux.
|