Class: ImGuiListClipperRange

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/imgui.rb

Instance Method Summary collapse

Instance Method Details

#FromIndices(min, max) ⇒ Object



4524
4525
4526
# File 'lib/imgui.rb', line 4524

def FromIndices(min, max)
  ImGui::ImGuiListClipperRange_FromIndices(min, max)
end

#FromPositions(y1, y2, off_min, off_max) ⇒ Object



4528
4529
4530
# File 'lib/imgui.rb', line 4528

def FromPositions(y1, y2, off_min, off_max)
  ImGui::ImGuiListClipperRange_FromPositions(y1, y2, off_min, off_max)
end