LogTextV was present from 2021 so igLogText does not have to be manual

This commit is contained in:
sonoro1234
2025-04-15 17:25:02 +02:00
parent a007c438f0
commit 623cbefe49
6 changed files with 11 additions and 23 deletions

View File

@@ -3942,6 +3942,7 @@ CIMGUI_API void igLogToFile(int auto_open_depth,const char* filename);
CIMGUI_API void igLogToClipboard(int auto_open_depth);
CIMGUI_API void igLogFinish(void);
CIMGUI_API void igLogButtons(void);
CIMGUI_API void igLogText(const char* fmt,...);
CIMGUI_API void igLogTextV(const char* fmt,va_list args);
CIMGUI_API bool igBeginDragDropSource(ImGuiDragDropFlags flags);
CIMGUI_API bool igSetDragDropPayload(const char* type,const void* data,size_t sz,ImGuiCond cond);