ImGuiSelectionExternalStorage

imguicpp.ImGuiSelectionExternalStorage (extern class)

Static Members

applyRequests(self: cpp.Star, msIo: cpp.Star): Void

Apply selection requests by using AdapterSetItemSelected() calls

Name Type
self cpp.Star
msIo cpp.Star

Instance Members

User data for use by adapter function // e.g. selection.UserData = (void*)my_items;


adapterSetItemSelected: ImGuiOpaqueCallback

e.g. AdapterSetItemSelected = [](ImGuiSelectionExternalStorage* self, int idx, bool selected) { ((MyItems**)self->UserData)[idx]->Selected = selected; }

Metadata

Name Parameters
:structAccess -
:include "linc_imgui.h"