- addGfxCmdLine
void addGfxCmdLine(float x0, float y0, float x1, float y1, float r, RGBA color)
Undocumented in source. Be warned that the author may not have intended to support it.
- addGfxCmdRect
void addGfxCmdRect(float x, float y, float w, float h, RGBA color)
Undocumented in source. Be warned that the author may not have intended to support it.
- addGfxCmdRoundedRect
void addGfxCmdRoundedRect(float x, float y, float w, float h, float r, RGBA color)
Undocumented in source. Be warned that the author may not have intended to support it.
- addGfxCmdScissor
void addGfxCmdScissor(int x, int y, int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- addGfxCmdText
void addGfxCmdText(int x, int y, int align_, const(char)[] text, RGBA color)
Undocumented in source. Be warned that the author may not have intended to support it.
- addGfxCmdTriangle
void addGfxCmdTriangle(int x, int y, int w, int h, int flags, RGBA color)
Undocumented in source. Be warned that the author may not have intended to support it.
- anyActive
bool anyActive()
Undocumented in source. Be warned that the author may not have intended to support it.
- buttonLogic
bool buttonLogic(uint id, bool over)
Undocumented in source. Be warned that the author may not have intended to support it.
- clearActive
void clearActive()
Undocumented in source. Be warned that the author may not have intended to support it.
- clearInput
void clearInput()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTextLength
float getTextLength(const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
- imguiGetRenderQueue
const(imguiGfxCmd*) imguiGetRenderQueue()
Undocumented in source. Be warned that the author may not have intended to support it.
- imguiGetRenderQueueSize
int imguiGetRenderQueueSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- inRect
bool inRect(int x, int y, int w, int h, bool checkScroll)
Undocumented in source. Be warned that the author may not have intended to support it.
- isActive
bool isActive(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isHot
bool isHot(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- isInputable
bool isInputable(uint id)
Is the widget with specified ID 'inputable' for e.g. text input?
- resetGfxCmdQueue
void resetGfxCmdQueue()
Undocumented in source. Be warned that the author may not have intended to support it.
- setActive
void setActive(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHot
void setHot(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- setInputable
void setInputable(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- textInputLogic
void textInputLogic(uint id, bool over, bool forceInputable)
Input logic for text input fields.
- updateInput
void updateInput(int mx, int my, ubyte mbut, int scroll, dchar unicodeChar)
Undocumented in source. Be warned that the author may not have intended to support it.