MCPcopy Index your code
hub / github.com/SpaiR/imgui-java / getWindowDrawList

Method getWindowDrawList

imgui-binding/src/generated/java/imgui/ImGui.java:950–952  ·  view source on GitHub ↗

Get draw list associated to the current window, to append your own drawing primitives

()

Source from the content-addressed store, hash-verified

948 * Get draw list associated to the current window, to append your own drawing primitives
949 */
950 public static ImDrawList getWindowDrawList() {
951 return new ImDrawList(nGetWindowDrawList());
952 }
953
954 private static native long nGetWindowDrawList(); /*
955 return (uintptr_t)ImGui::GetWindowDrawList();

Callers 1

showMethod · 0.95

Calls 1

nGetWindowDrawListMethod · 0.95

Tested by

no test coverage detected