cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.34k stars 944 forks source link

added ScopedId( const void *ptrId ) #2215

Closed richardeakin closed 3 years ago

richardeakin commented 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 * ).