Get draw list associated to the current window, to append your own drawing primitives
()
| 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(); |
no test coverage detected