MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / windowContentScaleCallback

Function windowContentScaleCallback

engine/source/editor/source/editor_ui.cpp:860–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858 }
859
860 inline void windowContentScaleCallback(GLFWwindow* window, float x_scale, float y_scale)
861 {
862 windowContentScaleUpdate(fmaxf(x_scale, y_scale));
863 }
864
865 void EditorUI::initialize(WindowUIInitInfo init_info)
866 {

Callers

nothing calls this directly

Calls 1

windowContentScaleUpdateFunction · 0.85

Tested by

no test coverage detected