imgui-beef icon indicating copy to clipboard operation
imgui-beef copied to clipboard

Unknown Renderer* type in ImGuiImplSDL2

Open LauraRozier opened this issue 2 years ago • 0 comments

There is a small issue with the ImGuiImplSDL2 where it can't find the Renderer type. Easily fixed by changing Renderer* renderer to SDL2.SDL.Renderer* renderer.

It'd probably be best to fix this in the generator, though.

LauraRozier avatar Oct 04 '22 11:10 LauraRozier