Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dwm/ext/imgui.ts>ImGuiListClipper#step

Deno Window Manager: Cross-platform window creation and management
Latest
method ImGuiListClipper.prototype.step
import { ImGuiListClipper } from "https://deno.land/x/dwm@0.3.6/ext/imgui.ts";

Call until it returns false. The DisplayStart/DisplayEnd fields will be set and you can process/draw those items.

Returns

boolean