imgui_sdl icon indicating copy to clipboard operation
imgui_sdl copied to clipboard

Clip rect set by the user before rendering with imgui_sdl is ignored

Open Tyyppi77 opened this issue 5 years ago • 0 comments

By the looks of it, we ignore the clip rect that the user might have set before calling Render. It should probably be investigated if/how the "default" ImGui backends provided handle this, is it actually just ignored or do we need to collide the ImGui provided clip rects against the "initial" clip rect.

Tyyppi77 avatar Jan 30 '20 17:01 Tyyppi77