ImDrawList_ChannelsSetCurrent function

void ImDrawList_ChannelsSetCurrent(
  1. Pointer<ImDrawList> self,
  2. int n
)
void ImDrawList_ChannelsSetCurrent(
 ImDrawList* self ,
 int n
);

Implementation

void ImDrawList_ChannelsSetCurrent(Pointer<ImDrawList> self, int n) =>
    _ImDrawList_ChannelsSetCurrent(self, n);