Skip to content

Commit 7be2a29

Browse files
authored
feat(api): update imnodes bindings to latest version (#282)
resolve #193 fixes #290 * fix(api): fix imnodes getNode___Pos & generate latest bindings * fix(api): add optional arguments for ImNodes style methods
1 parent c776b1b commit 7be2a29

File tree

13 files changed

+970
-1939
lines changed

13 files changed

+970
-1939
lines changed

buildSrc/src/main/resources/generator/api/ast/ast-ImGuiFileDialog.json

Lines changed: 359 additions & 939 deletions
Large diffs are not rendered by default.

buildSrc/src/main/resources/generator/api/ast/ast-ImGuizmo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"name" : "drawlist",
1818
"qualType" : "int *",
1919
"desugaredQualType" : "int *",
20-
"defaultValue" : "="
20+
"defaultValue" : "nullptr"
2121
}, {
2222
"@type" : "AstFullComment",
2323
"decls" : [ {
@@ -471,12 +471,12 @@
471471
}, {
472472
"@type" : "AstParmVarDecl",
473473
"name" : "operation",
474-
"qualType" : "OPERATION",
474+
"qualType" : "ImGuizmo::OPERATION",
475475
"desugaredQualType" : "ImGuizmo::OPERATION"
476476
}, {
477477
"@type" : "AstParmVarDecl",
478478
"name" : "mode",
479-
"qualType" : "MODE",
479+
"qualType" : "ImGuizmo::MODE",
480480
"desugaredQualType" : "ImGuizmo::MODE"
481481
}, {
482482
"@type" : "AstParmVarDecl",
@@ -570,7 +570,7 @@
570570
"decls" : [ {
571571
"@type" : "AstParmVarDecl",
572572
"name" : "op",
573-
"qualType" : "OPERATION",
573+
"qualType" : "ImGuizmo::OPERATION",
574574
"desugaredQualType" : "ImGuizmo::OPERATION"
575575
}, {
576576
"@type" : "AstFullComment",

0 commit comments

Comments
 (0)