easy-imgui-sys 0.23.0

Low level bindings for the Dear ImGui C++ library
Documentation
1
2
3
4
// Non trivial  inline functions, make them non-inline
void ImGui_ImVector_vec2_push_back(ImVector<ImVec2> *vs, const ImVec2 *v) {
    vs->push_back(*v);
}