Adds SDL3 backend
This commit is contained in:
parent
cfa032b789
commit
fb66226b4a
6 changed files with 59 additions and 4 deletions
8
src/templates/impl_sdl3_prefix.zig.template
Normal file
8
src/templates/impl_sdl3_prefix.zig.template
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
const Options = struct {
|
||||
SDLEvent: type,
|
||||
};
|
||||
|
||||
pub fn get(options: Options) type {
|
||||
const SDLEvent = options.SDLEvent;
|
||||
|
||||
return struct {
|
||||
Loading…
Add table
Add a link
Reference in a new issue