|
1077 | 1077 | "value": 22 |
1078 | 1078 | } |
1079 | 1079 | ], |
| 1080 | + "ImGuiMouseButton_": [ |
| 1081 | + { |
| 1082 | + "calc_value": 0, |
| 1083 | + "name": "ImGuiMouseButton_Left", |
| 1084 | + "value": "0" |
| 1085 | + }, |
| 1086 | + { |
| 1087 | + "calc_value": 1, |
| 1088 | + "name": "ImGuiMouseButton_Right", |
| 1089 | + "value": "1" |
| 1090 | + }, |
| 1091 | + { |
| 1092 | + "calc_value": 2, |
| 1093 | + "name": "ImGuiMouseButton_Middle", |
| 1094 | + "value": "2" |
| 1095 | + }, |
| 1096 | + { |
| 1097 | + "calc_value": 5, |
| 1098 | + "name": "ImGuiMouseButton_COUNT", |
| 1099 | + "value": "5" |
| 1100 | + } |
| 1101 | + ], |
1080 | 1102 | "ImGuiMouseCursor_": [ |
1081 | 1103 | { |
1082 | 1104 | "calc_value": -1, |
|
1125 | 1147 | }, |
1126 | 1148 | { |
1127 | 1149 | "calc_value": 8, |
1128 | | - "name": "ImGuiMouseCursor_COUNT", |
| 1150 | + "name": "ImGuiMouseCursor_NotAllowed", |
1129 | 1151 | "value": 8 |
| 1152 | + }, |
| 1153 | + { |
| 1154 | + "calc_value": 9, |
| 1155 | + "name": "ImGuiMouseCursor_COUNT", |
| 1156 | + "value": 9 |
1130 | 1157 | } |
1131 | 1158 | ], |
1132 | 1159 | "ImGuiNavInput_": [ |
|
1217 | 1244 | }, |
1218 | 1245 | { |
1219 | 1246 | "calc_value": 17, |
1220 | | - "name": "ImGuiNavInput_KeyTab_", |
| 1247 | + "name": "ImGuiNavInput_KeyLeft_", |
1221 | 1248 | "value": 17 |
1222 | 1249 | }, |
1223 | 1250 | { |
1224 | 1251 | "calc_value": 18, |
1225 | | - "name": "ImGuiNavInput_KeyLeft_", |
| 1252 | + "name": "ImGuiNavInput_KeyRight_", |
1226 | 1253 | "value": 18 |
1227 | 1254 | }, |
1228 | 1255 | { |
1229 | 1256 | "calc_value": 19, |
1230 | | - "name": "ImGuiNavInput_KeyRight_", |
| 1257 | + "name": "ImGuiNavInput_KeyUp_", |
1231 | 1258 | "value": 19 |
1232 | 1259 | }, |
1233 | 1260 | { |
1234 | 1261 | "calc_value": 20, |
1235 | | - "name": "ImGuiNavInput_KeyUp_", |
| 1262 | + "name": "ImGuiNavInput_KeyDown_", |
1236 | 1263 | "value": 20 |
1237 | 1264 | }, |
1238 | 1265 | { |
1239 | 1266 | "calc_value": 21, |
1240 | | - "name": "ImGuiNavInput_KeyDown_", |
1241 | | - "value": 21 |
1242 | | - }, |
1243 | | - { |
1244 | | - "calc_value": 22, |
1245 | 1267 | "name": "ImGuiNavInput_COUNT", |
1246 | | - "value": 22 |
| 1268 | + "value": 21 |
1247 | 1269 | }, |
1248 | 1270 | { |
1249 | 1271 | "calc_value": 16, |
|
1276 | 1298 | "calc_value": 8, |
1277 | 1299 | "name": "ImGuiSelectableFlags_Disabled", |
1278 | 1300 | "value": "1 << 3" |
| 1301 | + }, |
| 1302 | + { |
| 1303 | + "calc_value": 16, |
| 1304 | + "name": "ImGuiSelectableFlags_AllowItemOverlap", |
| 1305 | + "value": "1 << 4" |
1279 | 1306 | } |
1280 | 1307 | ], |
1281 | 1308 | "ImGuiStyleVar_": [ |
|
1545 | 1572 | "name": "ImGuiTreeNodeFlags_FramePadding", |
1546 | 1573 | "value": "1 << 10" |
1547 | 1574 | }, |
| 1575 | + { |
| 1576 | + "calc_value": 2048, |
| 1577 | + "name": "ImGuiTreeNodeFlags_SpanAvailWidth", |
| 1578 | + "value": "1 << 11" |
| 1579 | + }, |
| 1580 | + { |
| 1581 | + "calc_value": 4096, |
| 1582 | + "name": "ImGuiTreeNodeFlags_SpanFullWidth", |
| 1583 | + "value": "1 << 12" |
| 1584 | + }, |
1548 | 1585 | { |
1549 | 1586 | "calc_value": 8192, |
1550 | 1587 | "name": "ImGuiTreeNodeFlags_NavLeftJumpsBackHere", |
|
1933 | 1970 | "name": "FallbackChar", |
1934 | 1971 | "type": "ImWchar" |
1935 | 1972 | }, |
| 1973 | + { |
| 1974 | + "name": "EllipsisChar", |
| 1975 | + "type": "ImWchar" |
| 1976 | + }, |
| 1977 | + { |
| 1978 | + "name": "DirtyLookupTables", |
| 1979 | + "type": "bool" |
| 1980 | + }, |
1936 | 1981 | { |
1937 | 1982 | "name": "Scale", |
1938 | 1983 | "type": "float" |
|
1948 | 1993 | { |
1949 | 1994 | "name": "MetricsTotalSurface", |
1950 | 1995 | "type": "int" |
1951 | | - }, |
1952 | | - { |
1953 | | - "name": "DirtyLookupTables", |
1954 | | - "type": "bool" |
1955 | 1996 | } |
1956 | 1997 | ], |
1957 | 1998 | "ImFontAtlas": [ |
|
2119 | 2160 | "name": "RasterizerMultiply", |
2120 | 2161 | "type": "float" |
2121 | 2162 | }, |
| 2163 | + { |
| 2164 | + "name": "EllipsisChar", |
| 2165 | + "type": "ImWchar" |
| 2166 | + }, |
2122 | 2167 | { |
2123 | 2168 | "name": "Name[40]", |
2124 | 2169 | "size": 40, |
|
2276 | 2321 | "name": "ConfigWindowsMoveFromTitleBarOnly", |
2277 | 2322 | "type": "bool" |
2278 | 2323 | }, |
| 2324 | + { |
| 2325 | + "name": "ConfigWindowsMemoryCompactTimer", |
| 2326 | + "type": "float" |
| 2327 | + }, |
2279 | 2328 | { |
2280 | 2329 | "name": "BackendPlatformName", |
2281 | 2330 | "type": "const char*" |
|
2360 | 2409 | }, |
2361 | 2410 | { |
2362 | 2411 | "name": "NavInputs[ImGuiNavInput_COUNT]", |
2363 | | - "size": 22, |
| 2412 | + "size": 21, |
2364 | 2413 | "type": "float" |
2365 | 2414 | }, |
2366 | 2415 | { |
|
2490 | 2539 | }, |
2491 | 2540 | { |
2492 | 2541 | "name": "NavInputsDownDuration[ImGuiNavInput_COUNT]", |
2493 | | - "size": 22, |
| 2542 | + "size": 21, |
2494 | 2543 | "type": "float" |
2495 | 2544 | }, |
2496 | 2545 | { |
2497 | 2546 | "name": "NavInputsDownDurationPrev[ImGuiNavInput_COUNT]", |
2498 | | - "size": 22, |
| 2547 | + "size": 21, |
2499 | 2548 | "type": "float" |
2500 | 2549 | }, |
2501 | 2550 | { |
|
2556 | 2605 | ], |
2557 | 2606 | "ImGuiListClipper": [ |
2558 | 2607 | { |
2559 | | - "name": "StartPosY", |
2560 | | - "type": "float" |
| 2608 | + "name": "DisplayStart", |
| 2609 | + "type": "int" |
2561 | 2610 | }, |
2562 | 2611 | { |
2563 | | - "name": "ItemsHeight", |
2564 | | - "type": "float" |
| 2612 | + "name": "DisplayEnd", |
| 2613 | + "type": "int" |
2565 | 2614 | }, |
2566 | 2615 | { |
2567 | 2616 | "name": "ItemsCount", |
|
2572 | 2621 | "type": "int" |
2573 | 2622 | }, |
2574 | 2623 | { |
2575 | | - "name": "DisplayStart", |
2576 | | - "type": "int" |
| 2624 | + "name": "ItemsHeight", |
| 2625 | + "type": "float" |
2577 | 2626 | }, |
2578 | 2627 | { |
2579 | | - "name": "DisplayEnd", |
2580 | | - "type": "int" |
| 2628 | + "name": "StartPosY", |
| 2629 | + "type": "float" |
2581 | 2630 | } |
2582 | 2631 | ], |
2583 | 2632 | "ImGuiOnceUponAFrame": [ |
|
2793 | 2842 | "name": "CurveTessellationTol", |
2794 | 2843 | "type": "float" |
2795 | 2844 | }, |
| 2845 | + { |
| 2846 | + "name": "CircleSegmentMaxError", |
| 2847 | + "type": "float" |
| 2848 | + }, |
2796 | 2849 | { |
2797 | 2850 | "name": "Colors[ImGuiCol_COUNT]", |
2798 | 2851 | "size": 48, |
|
0 commit comments