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:
@@ -48,6 +48,11 @@
|
||||
}
|
||||
],
|
||||
"ImDrawListFlags_": [
|
||||
{
|
||||
"calc_value": 0,
|
||||
"name": "ImDrawListFlags_None",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"calc_value": 1,
|
||||
"name": "ImDrawListFlags_AntiAliasedLines",
|
||||
@@ -77,6 +82,11 @@
|
||||
}
|
||||
],
|
||||
"ImGuiBackendFlags_": [
|
||||
{
|
||||
"calc_value": 0,
|
||||
"name": "ImGuiBackendFlags_None",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"calc_value": 1,
|
||||
"name": "ImGuiBackendFlags_HasGamepad",
|
||||
@@ -512,6 +522,11 @@
|
||||
}
|
||||
],
|
||||
"ImGuiConfigFlags_": [
|
||||
{
|
||||
"calc_value": 0,
|
||||
"name": "ImGuiConfigFlags_None",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"calc_value": 1,
|
||||
"name": "ImGuiConfigFlags_NavEnableKeyboard",
|
||||
@@ -2054,6 +2069,14 @@
|
||||
"name": "ConfigResizeWindowsFromEdges",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "BackendPlatformName",
|
||||
"type": "const char*"
|
||||
},
|
||||
{
|
||||
"name": "BackendRendererName",
|
||||
"type": "const char*"
|
||||
},
|
||||
{
|
||||
"name": "GetClipboardTextFn",
|
||||
"type": "const char*(*)(void* user_data)"
|
||||
|
Reference in New Issue
Block a user