pull imgui 1.66b

This commit is contained in:
sonoro1234
2018-12-03 16:46:17 +01:00
parent fd0199809d
commit 67f3b097a5
14 changed files with 480 additions and 379 deletions

View File

@@ -13214,6 +13214,28 @@
"stname": "ImGui"
}
],
"igShowAboutWindow": [
{
"args": "(bool* p_open)",
"argsT": [
{
"name": "p_open",
"type": "bool*"
}
],
"argsoriginal": "(bool* p_open=((void *)0))",
"call_args": "(p_open)",
"cimguiname": "igShowAboutWindow",
"comment": "",
"defaults": {
"p_open": "((void *)0)"
},
"funcname": "ShowAboutWindow",
"ret": "void",
"signature": "(bool*)",
"stname": "ImGui"
}
],
"igShowDemoWindow": [
{
"args": "(bool* p_open)",