pull imgui 1.68

This commit is contained in:
sonoro1234
2019-02-19 13:11:06 +01:00
parent 806ff124a1
commit 666a687e0f
11 changed files with 404 additions and 287 deletions

View File

@@ -433,19 +433,19 @@
],
"ImDrawData_ScaleClipRects": [
{
"args": "(ImDrawData* self,const ImVec2 sc)",
"args": "(ImDrawData* self,const ImVec2 fb_scale)",
"argsT": [
{
"name": "self",
"type": "ImDrawData*"
},
{
"name": "sc",
"name": "fb_scale",
"type": "const ImVec2"
}
],
"argsoriginal": "(const ImVec2& sc)",
"call_args": "(sc)",
"argsoriginal": "(const ImVec2& fb_scale)",
"call_args": "(fb_scale)",
"cimguiname": "ImDrawData_ScaleClipRects",
"defaults": [],
"funcname": "ScaleClipRects",
@@ -4874,6 +4874,36 @@
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_append": [
{
"args": "(ImGuiTextBuffer* self,const char* str,const char* str_end)",
"argsT": [
{
"name": "self",
"type": "ImGuiTextBuffer*"
},
{
"name": "str",
"type": "const char*"
},
{
"name": "str_end",
"type": "const char*"
}
],
"argsoriginal": "(const char* str,const char* str_end=((void*)0))",
"call_args": "(str,str_end)",
"cimguiname": "ImGuiTextBuffer_append",
"defaults": {
"str_end": "((void*)0)"
},
"funcname": "append",
"ov_cimguiname": "ImGuiTextBuffer_append",
"ret": "void",
"signature": "(const char*,const char*)",
"stname": "ImGuiTextBuffer"
}
],
"ImGuiTextBuffer_appendf": [
{
"args": "(ImGuiTextBuffer* self,const char* fmt,...)",
@@ -21818,6 +21848,22 @@
"stname": ""
}
],
"igIsItemActivated": [
{
"args": "()",
"argsT": [],
"argsoriginal": "()",
"call_args": "()",
"cimguiname": "igIsItemActivated",
"defaults": [],
"funcname": "IsItemActivated",
"namespace": "ImGui",
"ov_cimguiname": "igIsItemActivated",
"ret": "bool",
"signature": "()",
"stname": ""
}
],
"igIsItemActive": [
{
"args": "()",