| 29 | namespace oid { |
| 30 | |
| 31 | enum 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. |
nothing calls this directly
no outgoing calls
no test coverage detected