Basic sdl3 support.

This commit is contained in:
jussi
2025-03-12 23:26:01 +02:00
parent bfa73944f7
commit 63f3c1781c
10 changed files with 58 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
#pragma once
// #define SDL_EVENT_QUEUE_LEN 128
#include "SDL.h"
// typedef struct {
// int SDL_eventQueueLen;
// SDL_Event** SDL_eventQueue;
// } SDL_State;
// extern SDL_State *SDL_state;