MCPcopy Create free account
hub / github.com/MethanePowered/MethaneKit / Close

Method Close

Tests/UserInterface/Types/FakePlatformApp.hpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 float GetContentScalingFactor() const override { return m_content_scale; }
58 uint32_t GetFontResolutionDpi() const override { return m_font_dpi; }
59 void Close() override { META_FUNCTION_NOT_IMPLEMENTED(); }
60
61private:
62 const float m_content_scale;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected