MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ChannelsMerge

Method ChannelsMerge

KBotExt/imgui/imgui.h:2716–2716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2714 // Using the ImDrawList::ChannelsXXXX you cannot stack a split over another.
2715 inline void ChannelsSplit(int count) { _Splitter.Split(this, count); }
2716 inline void ChannelsMerge() { _Splitter.Merge(this); }
2717 inline void ChannelsSetCurrent(int n) { _Splitter.SetCurrentChannel(this, n); }
2718
2719 // Advanced: Primitives allocations

Callers 1

AddWindowToDrawDataFunction · 0.80

Calls 1

MergeMethod · 0.80

Tested by

no test coverage detected