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

Method ChannelsSetCurrent

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

Source from the content-addressed store, hash-verified

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
2720 // - We render triangles (three vertices)

Callers

nothing calls this directly

Calls 1

SetCurrentChannelMethod · 0.80

Tested by

no test coverage detected