| 85 | } |
| 86 | |
| 87 | void begin() |
| 88 | { |
| 89 | ImGui_ImplOpenGL3_NewFrame(); |
| 90 | ImGui_ImplSDL2_NewFrame(); |
| 91 | ImGui::NewFrame(); |
| 92 | s_guiFrameActive = true; // No way to check if we're inside a frame using ImGui's APIs? |
| 93 | } |
| 94 | |
| 95 | void render() |
| 96 | { |
no test coverage detected