- IM_ALLOC
enum IM_ALLOC(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- IM_ARRAYSIZE
int IM_ARRAYSIZE(T var)
Undocumented in source. Be warned that the author may not have intended to support it.
- IM_ASSERT
void IM_ASSERT(bool exp, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- IM_DELETE
void IM_DELETE(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- IM_FREE
enum IM_FREE(T* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- IM_NEW
T* IM_NEW()
Undocumented in source. Be warned that the author may not have intended to support it.
- ImVector_push_back
void ImVector_push_back(T vec, typeof(*T.Data) v)
Reserver for using on ImVector_
Required on Impl_SDL
//As the data is a C array, it should be the *T.Data
- ImVector_resize
void ImVector_resize(T imvec, int new_size)
Reserved for using on ImVector_
Required on Impl_SDL
- bindCimguiStorage
void bindCimguiStorage(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.