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