Omar on Nostr: npub1qnnjp…gw7ad This is the context https://github.com/epezent/implot/issues/445 ...
npub1qnnjpjm3gctvgewlz0pc8hk8tzu0gewskh4fewgmuvjm9kw2l4usagw7ad (npub1qnn…w7ad) This is the context https://github.com/epezent/implot/issues/445 but I have also had requests for ImGui, e.g. consider an API like:
bool ImGui::Combo(const char* label, int* current_item+idx, const char* (*getter)(void* user_data, int idx), void* user_data, int items_count, ....);
bool ImGui::Combo(const char* label, int* current_item+idx, const char* (*getter)(void* user_data, int idx), void* user_data, int items_count, ....);