dear_imgui/src/templates/impl_sdl3_prefix.zig.template
2025-09-07 18:20:13 -07:00

8 lines
145 B
Text

const Options = struct {
SDLEvent: type,
};
pub fn get(options: Options) type {
const SDLEvent = options.SDLEvent;
return struct {