MCPcopy Create free account
hub / github.com/Nelarius/imnodes / DrawListAppendClickInteractionChannel

Function DrawListAppendClickInteractionChannel

imnodes.cpp:423–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void DrawListAppendClickInteractionChannel()
424{
425 // NOTE: don't use this function outside of EndNodeEditor. Using this before all nodes have been
426 // added will screw up the node draw order.
427 ImDrawListGrowChannels(GImNodes->CanvasDrawList, 1);
428}
429
430int DrawListSubmissionIdxToBackgroundChannelIdx(const int submission_idx)
431{

Callers 1

EndNodeEditorFunction · 0.85

Calls 1

ImDrawListGrowChannelsFunction · 0.85

Tested by

no test coverage detected