MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / getName

Method getName

Devices/simulator/Source/hal/SdlDisplay.h:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11public:
12
13 std::string getName() const override { return "SDL Display"; }
14 std::string getDescription() const override { return ""; }
15
16 bool start() override { return true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected