|
@@ -1107,7 +1107,7 @@ struct ImDrawList
|
|
~ImDrawList() { ClearFreeMemory(); }
|
|
~ImDrawList() { ClearFreeMemory(); }
|
|
IMGUI_API void Clear();
|
|
IMGUI_API void Clear();
|
|
IMGUI_API void ClearFreeMemory();
|
|
IMGUI_API void ClearFreeMemory();
|
|
- IMGUI_API void PushClipRect(const ImVec4& clip_rect); // Scissoring. The values are x1, y1, x2, y2.
|
|
|
|
|
|
+ IMGUI_API void PushClipRect(const ImVec4& clip_rect); // Scissoring. The values are x1, y1, x2, y2. Only apply to rendering. Prefer using higher-level ImGui::PushClipRect() to affect logic (hit-testing and widget culling)
|
|
IMGUI_API void PushClipRectFullScreen();
|
|
IMGUI_API void PushClipRectFullScreen();
|
|
IMGUI_API void PopClipRect();
|
|
IMGUI_API void PopClipRect();
|
|
IMGUI_API void PushTextureID(const ImTextureID& texture_id);
|
|
IMGUI_API void PushTextureID(const ImTextureID& texture_id);
|