Skip to content

Commit c067b0c

Browse files
committed
run make update again
cimgui/cimguizmo#3 was fixed
1 parent 52d5b72 commit c067b0c

File tree

6 files changed

+31
-27
lines changed

6 files changed

+31
-27
lines changed

cwrappers/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ cimnodes (https://github.com/cimgui/cimnodes) HEAD is on: f20c83c3cab8e99828d85c
66
cimnodes/imnodes HEAD is on: 8563e1655bd9bb1f249e6552cc6274d506ee788b
77
cimmarkdown (https://github.com/gucio321/cimmarkdown) HEAD is on: 6e921ffc2b57a9969b98bf8f5aeed912bfb497f6
88
cimmarkdown/imgui_markdown HEAD is on: 4eb198f68090c9a1622bb9c78ee61f65b6ddc898
9-
cimguizmo (https://github.com/cimgui/cimguizmo) HEAD is on: 459350a2f87354b09810c5691050031fb1d9946c
9+
cimguizmo (https://github.com/cimgui/cimguizmo) HEAD is on: 7a0b8b6fe0d772f76325530c8aa87c8aabce529e
1010
cimguizmo/ImGuizmo HEAD is on: 6d588209f99b1324a608783d1f52faa518886c29

cwrappers/cimguizmo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ CIMGUI_API void ImGuizmo_SetAlternativeWindow(ImGuiWindow* window)
7979
{
8080
return ImGuizmo::SetAlternativeWindow(window);
8181
}
82-
CIMGUI_API ]] void ImGuizmo_deprecated("Use PushID/PopID instead.")
82+
CIMGUI_API void ImGuizmo_SetID(int id)
8383
{
84-
return ImGuizmo::deprecated(instead.");
84+
return ImGuizmo::SetID(id);
8585
}
8686
CIMGUI_API void ImGuizmo_PushID_Str(const char* str_id)
8787
{

cwrappers/cimguizmo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ CIMGUI_API bool ImGuizmo_Manipulate(const float* view,const float* projection,OP
9292
CIMGUI_API void ImGuizmo_ViewManipulate_Float(float* view,float length,ImVec2 position,ImVec2 size,ImU32 backgroundColor);
9393
CIMGUI_API void ImGuizmo_ViewManipulate_FloatPtr(float* view,const float* projection,OPERATION operation,MODE mode,float* matrix,float length,ImVec2 position,ImVec2 size,ImU32 backgroundColor);
9494
CIMGUI_API void ImGuizmo_SetAlternativeWindow(ImGuiWindow* window);
95-
CIMGUI_API ]] void ImGuizmo_deprecated("Use PushID/PopID instead.");
95+
CIMGUI_API void ImGuizmo_SetID(int id);
9696
CIMGUI_API void ImGuizmo_PushID_Str(const char* str_id);
9797
CIMGUI_API void ImGuizmo_PushID_StrStr(const char* str_id_begin,const char* str_id_end);
9898
CIMGUI_API void ImGuizmo_PushID_Ptr(const void* ptr_id);

cwrappers/cimguizmo_templates/definitions.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,28 @@
674674
"stname": ""
675675
}
676676
],
677+
"ImGuizmo_SetID": [
678+
{
679+
"args": "(int id)",
680+
"argsT": [
681+
{
682+
"name": "id",
683+
"type": "int"
684+
}
685+
],
686+
"argsoriginal": "(int id)",
687+
"call_args": "(id)",
688+
"cimguiname": "ImGuizmo_SetID",
689+
"defaults": {},
690+
"funcname": "SetID",
691+
"location": "ImGuizmo:227",
692+
"namespace": "ImGuizmo",
693+
"ov_cimguiname": "ImGuizmo_SetID",
694+
"ret": "void",
695+
"signature": "(int)",
696+
"stname": ""
697+
}
698+
],
677699
"ImGuizmo_SetImGuiContext": [
678700
{
679701
"args": "(ImGuiContext* ctx)",
@@ -864,28 +886,6 @@
864886
"stname": ""
865887
}
866888
],
867-
"ImGuizmo_deprecated": [
868-
{
869-
"args": "(\"Use PushID/PopID instead.\")",
870-
"argsT": [
871-
{
872-
"name": "instead.\"",
873-
"type": "\"Use PushID/PopID"
874-
}
875-
],
876-
"argsoriginal": "(\"Use PushID/PopID instead.\")",
877-
"call_args": "(instead.\")",
878-
"cimguiname": "ImGuizmo_deprecated",
879-
"defaults": {},
880-
"funcname": "deprecated",
881-
"location": "ImGuizmo:226",
882-
"namespace": "ImGuizmo",
883-
"ov_cimguiname": "ImGuizmo_deprecated",
884-
"ret": "]] void",
885-
"signature": "(\"Use PushID/PopID)",
886-
"stname": ""
887-
}
888-
],
889889
"Style_Style": [
890890
{
891891
"args": "()",

dummy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//go:build required
2-
// +build rquired
2+
// +build required
33

44
package imgui
55

imguizmo/cimguizmo_funcs.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)