MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / refresh_display_scale

Function refresh_display_scale

src/platform/display_env.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49std::optional<float> refresh_display_scale(float /*current*/) {
50 return std::nullopt;
51}
52
53// No-op on native: GLFW delivers pointer button/motion events directly, so
54// there is no dropped state to reconcile (unlike the non-native build,

Callers 1

begin_frameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected