Closed q-depot closed 7 years ago
same problem here
the code above should fix it
Thanks Andrea, I'll look into that asap!
you can find a commit here to fix the issue https://github.com/q-depot/Cinder-ImGui/commit/ef9772fd416be4472947e6799dab8caaa6fb6bf1
Hi Simon,
I've pulled the latest imgui subrepo and it doesn't compile anymore, I think the ImGui syntax for SetClipboardTextFn and GetClipboardTextFn have changed adding an extra "void* user_data" argument.
I've updated the Cinder-ImGui code and it does compile, but I'm not sure how the clipboard works so I didn't submit a pull request or tested anything, you might want to double check it.
CinderImGui.cpp #1004