|
OpenEnroth 9cf7432
|
#include "SdlEventLoop.h"#include <SDL3/SDL.h>#include <algorithm>#include <cassert>#include <vector>#include "Library/Platform/Interface/PlatformEventHandler.h"#include "Library/Platform/Interface/PlatformEnums.h"#include "Utility/Segment.h"#include "Utility/ScopeGuard.h"#include "SdlPlatformSharedState.h"#include "SdlEnumTranslation.h"#include "SdlWindow.h"#include "SdlGamepad.h"