MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / CreateDevice

Method CreateDevice

olcPixelGameEngine.h:5143–5143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5141 public:
5142 virtual void PrepareDevice() {};
5143 virtual olc::rcode CreateDevice(std::vector<void*> params, bool bFullScreen, bool bVSYNC) { return olc::rcode::OK; }
5144 virtual olc::rcode DestroyDevice() { return olc::rcode::OK; }
5145 virtual void DisplayFrame() {}
5146 virtual void PrepareDrawing() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected