#include "olcPixelGameEngine.h" using namespace olc; class Example : public olc::PixelGameEngine { public: Example() { sAppName = "Example"; } bool OnUserCreate() override { return true; } void OnTextEntryComplete(const std::string& sText)override{ std::cout<<"Called."<