Skip to content

Commit 1ad4903

Browse files
committed
Update to 1.90.9
1 parent b84c98c commit 1ad4903

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+9956
-8095
lines changed

bin/libimgui-java64.so

100644100755
-1.02 MB
Binary file not shown.

buildSrc/src/main/resources/generator/api/ast/ast-imgui-knobs.json

Lines changed: 49 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"info" : {
33
"source" : "include/imgui-knobs/imgui-knobs.h",
4-
"hash" : "1f637f21a158aff7116bdb283dc83d46",
4+
"hash" : "c27d15f1e6a3d155f490dd963d2ff856",
55
"url" : "https://github.com/altschuler/imgui-knobs",
6-
"revision" : "4f207526f9ef036a0aff7edfaad92cfbe12d987a"
6+
"revision" : "a0768e19300268d15d748b5f67bc30deda75e11a"
77
},
88
"decls" : [ {
99
"@type" : "AstEnumDecl",
@@ -36,6 +36,27 @@
3636
"order" : 3,
3737
"value" : "1 << 3",
3838
"evaluatedValue" : 8
39+
}, {
40+
"@type" : "AstEnumConstantDecl",
41+
"name" : "ImGuiKnobFlags_DragVertical",
42+
"qualType" : "ImGuiKnobFlags_",
43+
"order" : 4,
44+
"value" : "1 << 4",
45+
"evaluatedValue" : 16
46+
}, {
47+
"@type" : "AstEnumConstantDecl",
48+
"name" : "ImGuiKnobFlags_Logarithmic",
49+
"qualType" : "ImGuiKnobFlags_",
50+
"order" : 5,
51+
"value" : "1 << 5",
52+
"evaluatedValue" : 32
53+
}, {
54+
"@type" : "AstEnumConstantDecl",
55+
"name" : "ImGuiKnobFlags_AlwaysClamp",
56+
"qualType" : "ImGuiKnobFlags_",
57+
"order" : 6,
58+
"value" : "1 << 6",
59+
"evaluatedValue" : 64
3960
} ]
4061
}, {
4162
"@type" : "AstEnumDecl",
@@ -147,7 +168,7 @@
147168
"name" : "format",
148169
"qualType" : "const char *",
149170
"desugaredQualType" : "const char *",
150-
"defaultValue" : "NULL"
171+
"defaultValue" : "\"%.3f\""
151172
}, {
152173
"@type" : "AstParmVarDecl",
153174
"name" : "variant",
@@ -172,6 +193,18 @@
172193
"qualType" : "int",
173194
"desugaredQualType" : "int",
174195
"defaultValue" : "10"
196+
}, {
197+
"@type" : "AstParmVarDecl",
198+
"name" : "angle_min",
199+
"qualType" : "float",
200+
"desugaredQualType" : "float",
201+
"defaultValue" : "-1"
202+
}, {
203+
"@type" : "AstParmVarDecl",
204+
"name" : "angle_max",
205+
"qualType" : "float",
206+
"desugaredQualType" : "float",
207+
"defaultValue" : "-1"
175208
} ]
176209
}, {
177210
"@type" : "AstFunctionDecl",
@@ -208,7 +241,7 @@
208241
"name" : "format",
209242
"qualType" : "const char *",
210243
"desugaredQualType" : "const char *",
211-
"defaultValue" : "NULL"
244+
"defaultValue" : "\"%i\""
212245
}, {
213246
"@type" : "AstParmVarDecl",
214247
"name" : "variant",
@@ -233,6 +266,18 @@
233266
"qualType" : "int",
234267
"desugaredQualType" : "int",
235268
"defaultValue" : "10"
269+
}, {
270+
"@type" : "AstParmVarDecl",
271+
"name" : "angle_min",
272+
"qualType" : "float",
273+
"desugaredQualType" : "float",
274+
"defaultValue" : "-1"
275+
}, {
276+
"@type" : "AstParmVarDecl",
277+
"name" : "angle_max",
278+
"qualType" : "float",
279+
"desugaredQualType" : "float",
280+
"defaultValue" : "-1"
236281
} ]
237282
} ]
238283
} ]

0 commit comments

Comments
 (0)