Basic sdl3 support.
This commit is contained in:
12
include/platforms/core_desktop_sdl2.h
Normal file
12
include/platforms/core_desktop_sdl2.h
Normal 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;
|
||||
Reference in New Issue
Block a user