bool IGN_InvisibleButton(const char* str_id, float w, float h, int flags) { return ImGui::InvisibleButton(str_id, ImVec2(w, h), flags); void IGN_DrawList_AddLine(float p1_x, float p1_y, float p2_x, ...
# Most of the code of this file is automatically generated (using https://pthom.github.io/litgen/), # and is generally very close to the C++ version. Comments, docs are identical. # Do not manually ...