feat: added basic window, input & drawing
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using SDL3;
|
||||
|
||||
namespace Engine.Integration.SDL3;
|
||||
|
||||
public interface ISdl3EventProcessor
|
||||
{
|
||||
void Process(SDL.Event sdlEvent);
|
||||
}
|
||||
Reference in New Issue
Block a user