struct ImGuiPayload
Overview
#include <imgui.h> struct ImGuiPayload { // fields void* Data; int DataSize; ImGuiID SourceId; ImGuiID SourceParentId; int DataFrameCount; char DataType[32+1]; bool Preview; bool Delivery; // methods void Clear(); bool IsDataType(const char* type) const; bool IsPreview() const; bool IsDelivery() const; };