You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does ImGui::InputFloat3 have built-in copy-paste functionality?
When I copy three space-separated float values and select the first input box, pressing Ctrl + V only pastes into the first input box, and the other two have no effect. If this functionality exists, where can I find the related implementation code?
Version/Branch of Dear ImGui:
Version 1.91.8, Branch: master
Back-ends:
imgui_impl_win32.cpp + imgui_impl_dx12.cpp
Compiler, OS:
Windows11 + VS2022
Details:
Does ImGui::InputFloat3 have built-in copy-paste functionality?
When I copy three space-separated float values and select the first input box, pressing Ctrl + V only pastes into the first input box, and the other two have no effect. If this functionality exists, where can I find the related implementation code?
my code:
The text was updated successfully, but these errors were encountered: