start thinking about pasting files

This commit is contained in:
2023-07-30 15:10:26 +02:00
parent aff239377d
commit 42b3866753
8 changed files with 60 additions and 1 deletions

View File

@ -6,7 +6,6 @@
#include <imgui/backends/imgui_impl_sdlrenderer3.h>
#include "./theme.hpp"
#include "./sdlrenderer_texture_uploader.hpp"
#include "./start_screen.hpp"
@ -63,6 +62,11 @@ int main(int argc, char** argv) {
quit = true;
break;
}
if (screen->handleEvent(event)) {
continue;
}
ImGui_ImplSDL3_ProcessEvent(&event);
}
if (quit) {