AboutWindow

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

onBeginUpdate
void onBeginUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Window

onlyOne
bool onlyOne;
Undocumented in source.
flags
ImGuiWindowFlags flags;
Undocumented in source.
onUpdate
void onUpdate()
Undocumented in source.
onBeginUpdate
void onBeginUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
onEndUpdate
void onEndUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
setTitle
void setTitle(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()

Draws the frame

getPosition
ImVec2 getPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
disable
void disable()
Undocumented in source. Be warned that the author may not have intended to support it.
restore
void restore()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta