Closed richardeakin closed 3 years ago
Ran into this when updating some code that used Simon's Cinder-ImGui block to the built in imgui wrapper. Old method here, and it is also natively supported using ImGui::PushID( void * ).
ImGui::PushID( void * )
Ran into this when updating some code that used Simon's Cinder-ImGui block to the built in imgui wrapper. Old method here, and it is also natively supported using
ImGui::PushID( void * )
.