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

Function reconcile_pointer_state

src/platform/display_env.cpp:57–60  ·  view source on GitHub ↗

No-op on native: GLFW delivers pointer button/motion events directly, so there is no dropped state to reconcile (unlike the non-native build, where stuck-button recovery compensates for events lost across the browser/JS shim boundary).

Source from the content-addressed store, hash-verified

55// where stuck-button recovery compensates for events lost across the
56// browser/JS shim boundary).
57void reconcile_pointer_state() {
58 /* no-op on native: GLFW delivers pointer events directly, nothing to
59 * reconcile; see comment above */
60}
61
62const char* imgui_glsl_version() {
63 return "#version 150";

Callers 1

begin_frameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected