- cleanup
void cleanup()
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.
- igColorEdit3
bool igColorEdit3(const(char)* label, float[3] col, ImGuiColorEditFlags 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.
- 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.
- 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.