ImGuiListClipper_Step function

int ImGuiListClipper_Step(
  1. Pointer<ImGuiListClipper> self
)
byte ImGuiListClipper_Step(
 ImGuiListClipper* self
);

Implementation

int ImGuiListClipper_Step(Pointer<ImGuiListClipper> self) =>
    _ImGuiListClipper_Step(self);