| 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 | { |
nothing calls this directly
no test coverage detected