- ImGuiListClipper_Begin
void ImGuiListClipper_Begin(ImGuiListClipper* self, int items_count, float items_height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ImGuiListClipper_End
void ImGuiListClipper_End(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ImGuiListClipper_ImGuiListClipper
ImGuiListClipper* ImGuiListClipper_ImGuiListClipper()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ImGuiListClipper_Step
bool ImGuiListClipper_Step(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ImGuiListClipper_destroy
void ImGuiListClipper_destroy(ImGuiListClipper* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- cleanup
void cleanup()
Undocumented in source. Be warned that the author may not have intended to support it.
- emsc_load_callback
void emsc_load_callback(const(sapp.Html5FetchResponse*) response)
Undocumented in source. Be warned that the author may not have intended to support it.
- event
void event(const(sapp.Event)* ev)
Undocumented in source. Be warned that the author may not have intended to support it.
- frame
void frame()
Undocumented in source. Be warned that the author may not have intended to support it.
- igBegin
bool igBegin(const(char)* name, bool* p_open, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- igBeginChild_Str
bool igBeginChild_Str(const(char)* str_id, ImVec2 size, bool border, ImGuiWindowFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- igEnd
void igEnd()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- igEndChild
void igEndChild()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- igGetTextLineHeight
float igGetTextLineHeight()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- igSameLine
void igSameLine(float offset_from_start_x, float spacing)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- igSeparator
void igSeparator()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- igSetNextWindowPos
void igSetNextWindowPos(ImVec2 pos, ImGuiCond cond, ImVec2 pivot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- igSetNextWindowSize
void igSetNextWindowSize(ImVec2 size, ImGuiCond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- igText
void igText(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
- main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.
- native_load_callback
void native_load_callback(const(sfetch.Response*) response)
Undocumented in source. Be warned that the author may not have intended to support it.
- renderFileContent
void renderFileContent()
Undocumented in source. Be warned that the author may not have intended to support it.