mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 04:18:29 +01:00
pull imgui 1.71 and generate
This commit is contained in:
@@ -62,6 +62,11 @@
|
||||
"calc_value": 2,
|
||||
"name": "ImDrawListFlags_AntiAliasedFill",
|
||||
"value": "1 << 1"
|
||||
},
|
||||
{
|
||||
"calc_value": 4,
|
||||
"name": "ImDrawListFlags_AllowVtxOffset",
|
||||
"value": "1 << 2"
|
||||
}
|
||||
],
|
||||
"ImFontAtlasFlags_": [
|
||||
@@ -101,6 +106,11 @@
|
||||
"calc_value": 4,
|
||||
"name": "ImGuiBackendFlags_HasSetMousePos",
|
||||
"value": "1 << 2"
|
||||
},
|
||||
{
|
||||
"calc_value": 8,
|
||||
"name": "ImGuiBackendFlags_RendererHasVtxOffset",
|
||||
"value": "1 << 3"
|
||||
}
|
||||
],
|
||||
"ImGuiCol_": [
|
||||
@@ -938,6 +948,11 @@
|
||||
"calc_value": 1048576,
|
||||
"name": "ImGuiInputTextFlags_Multiline",
|
||||
"value": "1 << 20"
|
||||
},
|
||||
{
|
||||
"calc_value": 2097152,
|
||||
"name": "ImGuiInputTextFlags_NoMarkEdited",
|
||||
"value": "1 << 21"
|
||||
}
|
||||
],
|
||||
"ImGuiKey_": [
|
||||
@@ -1727,12 +1742,12 @@
|
||||
],
|
||||
"ImDrawChannel": [
|
||||
{
|
||||
"name": "CmdBuffer",
|
||||
"name": "_CmdBuffer",
|
||||
"template_type": "ImDrawCmd",
|
||||
"type": "ImVector_ImDrawCmd"
|
||||
},
|
||||
{
|
||||
"name": "IdxBuffer",
|
||||
"name": "_IdxBuffer",
|
||||
"template_type": "ImDrawIdx",
|
||||
"type": "ImVector_ImDrawIdx"
|
||||
}
|
||||
@@ -1750,6 +1765,14 @@
|
||||
"name": "TextureId",
|
||||
"type": "ImTextureID"
|
||||
},
|
||||
{
|
||||
"name": "VtxOffset",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
"name": "IdxOffset",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
"name": "UserCallback",
|
||||
"type": "ImDrawCallback"
|
||||
@@ -1821,6 +1844,10 @@
|
||||
"name": "_OwnerName",
|
||||
"type": "const char*"
|
||||
},
|
||||
{
|
||||
"name": "_VtxCurrentOffset",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
"name": "_VtxCurrentIdx",
|
||||
"type": "unsigned int"
|
||||
@@ -1849,11 +1876,17 @@
|
||||
"type": "ImVector_ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "_ChannelsCurrent",
|
||||
"name": "_Splitter",
|
||||
"type": "ImDrawListSplitter"
|
||||
}
|
||||
],
|
||||
"ImDrawListSplitter": [
|
||||
{
|
||||
"name": "_Current",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "_ChannelsCount",
|
||||
"name": "_Count",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
@@ -2131,8 +2164,8 @@
|
||||
"ImFontGlyphRangesBuilder": [
|
||||
{
|
||||
"name": "UsedChars",
|
||||
"template_type": "int",
|
||||
"type": "ImVector_int"
|
||||
"template_type": "ImU32",
|
||||
"type": "ImVector_ImU32"
|
||||
}
|
||||
],
|
||||
"ImGuiIO": [
|
||||
@@ -2628,6 +2661,10 @@
|
||||
"name": "WindowTitleAlign",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "WindowMenuButtonPosition",
|
||||
"type": "ImGuiDir"
|
||||
},
|
||||
{
|
||||
"name": "ChildRounding",
|
||||
"type": "float"
|
||||
|
Reference in New Issue
Block a user