MCPcopy Create free account
hub / github.com/dfranx/ImFileDialog / GetZoom

Method GetZoom

ImFileDialog.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 m_refreshIconPreview();
47 }
48 inline float GetZoom() { return m_zoom; }
49
50 std::function<void*(uint8_t*, int, int, char)> CreateTexture; // char -> fmt -> { 0 = BGRA, 1 = RGBA }
51 std::function<void(void*)> DeleteTexture;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected