using SDL3; namespace Engine.Integration.SDL3; public interface ISdl3EventProcessor { void Process(SDL.Event sdlEvent); }