Adds SDL3 backend

This commit is contained in:
Mason Remaley 2025-09-07 18:20:13 -07:00
parent cfa032b789
commit fb66226b4a
6 changed files with 59 additions and 4 deletions

View file

@ -0,0 +1,8 @@
const Options = struct {
SDLEvent: type,
};
pub fn get(options: Options) type {
const SDLEvent = options.SDLEvent;
return struct {