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

Enum EventProcessCode

src/visualization/events.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace oid {
30
31enum class EventProcessCode { IGNORED, INTERCEPTED };
32
33// Polled every frame by Camera (see camera.cpp): the GLFW/ImGui build's
34// implementation lives in events.cpp and reads ImGui's IO state.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected