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

SDL implementation references an obsolete field

Open nvladimiroff opened this issue 4 months ago • 1 comments

It looks like imgui_impl_sdl2.rb references a field of ImguiIO--ClipboardUserData--that was removed in 95c1a84b7a276af45273c8dd17d567102367ae1f.

This causes the bindings to crash when hitting that line with a 'FFI::Struct#[]=': No such field 'ClipboardUserData' (ArgumentError) error.

My code is a bit of a mess, so getting an isolated example is a bit tricky, but lemme know if that'd help!

nvladimiroff avatar Sep 15 '25 23:09 nvladimiroff