You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump four vendored extension submodules to their latest commits:
- imnodes: 8563e16 -> b2ec254 (bug-fix only, no header changes)
- imguizmo: bcdd86b -> a15acd8 (additive: new IsUsingViewManipulate /
IsViewManipulateHovered / SetAlternativeWindow upstream; not yet
surfaced in Java binding -- can be added in a follow-up)
- imgui-knobs: 4f20752 -> 8a43bf7 (adds DragVertical / Logarithmic /
AlwaysClamp flags; Knob/KnobInt's `format` default changed from NULL
to "%.3f"/"%i" upstream -- binding callValue updated to match so
omitting `format` keeps the historical default behavior)
- imgui_club: 18f9fea -> a7eab6c (MemoryEditor::Sizes fields renamed
PosHexStart/End/PosAsciiStart/End -> OffsetHexMinX/MaxX/
OffsetAsciiMinX/MaxX; typo fix PreviewEndianess -> PreviewEndianness
upstream, not exposed in binding so invisible to callers)
Breaking for Java consumers: MemoryEditorSizes field renames. The
removed getters/setters rename to their new equivalents one-for-one
(e.g. getPosHexStart -> getOffsetHexMinX).
Verified: :imgui-binding:generateLibs + :example:run on JDK 24 +
macOS arm64 (x86_64 dylib); all existing demos still render.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
"text" : " return true if the view gizmo is in moving state"
115
+
} ]
116
+
} ]
117
+
} ]
118
+
}, {
119
+
"@type" : "AstFunctionDecl",
120
+
"name" : "IsViewManipulateHovered",
121
+
"resultType" : "bool",
122
+
"decls" : [ {
123
+
"@type" : "AstFullComment",
124
+
"decls" : [ {
125
+
"@type" : "AstParagraphComment",
126
+
"decls" : [ {
127
+
"@type" : "AstTextComment",
128
+
"text" : " only check if your mouse is over the view manipulator - no matter whether it's active or not"
129
+
} ]
130
+
} ]
131
+
} ]
104
132
}, {
105
133
"@type" : "AstFunctionDecl",
106
134
"name" : "IsUsingAny",
@@ -344,7 +372,7 @@
344
372
"text" : " call it when you want a gizmo"
345
373
}, {
346
374
"@type" : "AstTextComment",
347
-
"text" : " Needs view and projection matrices."
375
+
"text" : " Needs view and projection matrices."
348
376
}, {
349
377
"@type" : "AstTextComment",
350
378
"text" : " matrix parameter is the source matrix (where will be gizmo be drawn) and might be transformed by the function. Return deltaMatrix is optional"
0 commit comments