examples.imgui

Undocumented in source.

Members

Aliases

ImGuiColorEditFlags
alias ImGuiColorEditFlags = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiCond
alias ImGuiCond = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowFlags
alias ImGuiWindowFlags = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

ImGuiColorEditFlags_
enum ImGuiColorEditFlags_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiCond_
enum ImGuiCond_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ImGuiWindowFlags_
enum ImGuiWindowFlags_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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.

Static variables

state
State state;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ImVec2
struct ImVec2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
State
struct State
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta