Class: ImGuiListClipperRange

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

Instance Method Summary collapse

Instance Method Details

#FromIndices(min, max) ⇒ Object



4483
4484
4485
# File 'lib/imgui.rb', line 4483

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

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



4487
4488
4489
# File 'lib/imgui.rb', line 4487

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