mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 04:18:29 +01:00
pull imgui 1.68
This commit is contained in:
@@ -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": "()",
|
||||
|
Reference in New Issue
Block a user