- GetClipboardTextFunc
alias GetClipboardTextFunc = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ImDrawCallback
alias ImDrawCallback = void function(const ImDrawList* parent_list, const ImDrawCmd* cmd) nothrow
Undocumented in source.
- ImDrawIdx
alias ImDrawIdx = ushort
Undocumented in source.
- ImGuiAlign
alias ImGuiAlign = int
Undocumented in source.
- ImGuiButtonFlags
alias ImGuiButtonFlags = int
Undocumented in source.
- ImGuiCol
alias ImGuiCol = int
Undocumented in source.
- ImGuiColorEditMode
alias ImGuiColorEditMode = int
Undocumented in source.
- ImGuiID
alias ImGuiID = ImU32
Undocumented in source.
- ImGuiInputTextFlags
alias ImGuiInputTextFlags = int
Undocumented in source.
- ImGuiKey
alias ImGuiKey = int
Undocumented in source.
- ImGuiLayoutType
alias ImGuiLayoutType = int
Undocumented in source.
- ImGuiMouseCursor
alias ImGuiMouseCursor = int
Undocumented in source.
- ImGuiPlotType
alias ImGuiPlotType = int
Undocumented in source.
- ImGuiSelectableFlags
alias ImGuiSelectableFlags = int
Undocumented in source.
- ImGuiSetCond
alias ImGuiSetCond = int
Undocumented in source.
- ImGuiStyleVar
alias ImGuiStyleVar = int
Undocumented in source.
- ImGuiTextEditCallback
alias ImGuiTextEditCallback = int function(ImGuiTextEditCallbackData* data)
Undocumented in source.
- ImGuiTreeNodeFlags
alias ImGuiTreeNodeFlags = int
Undocumented in source.
- ImGuiWindowFlags
alias ImGuiWindowFlags = int
Undocumented in source.
- ImTextureID
alias ImTextureID = void*
Undocumented in source.
- ImU32
alias ImU32 = uint
Undocumented in source.
- ImWchar
alias ImWchar = ushort
Undocumented in source.
- ImeSetInputScreenPosFunc
alias ImeSetInputScreenPosFunc = void function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- MemAllocFunc
alias MemAllocFunc = void* function(size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- MemFreeFunc
alias MemFreeFunc = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- RenderDrawListFunc
alias RenderDrawListFunc = void function(ImDrawData* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- STB_TEXTEDIT_CHARTYPE
alias STB_TEXTEDIT_CHARTYPE = int
Undocumented in source.
- STB_TEXTEDIT_POSITIONTYPE
alias STB_TEXTEDIT_POSITIONTYPE = int
Undocumented in source.
- SetClipboardTextFunc
alias SetClipboardTextFunc = void function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.