mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Internals: merge ScaleWindowsInViewport() from docking branch.
This commit is contained in:
parent
2a600bddcb
commit
18929bd6d6
2 changed files with 20 additions and 0 deletions
|
|
@ -3020,6 +3020,7 @@ namespace ImGui
|
|||
IMGUI_API void CallContextHooks(ImGuiContext* context, ImGuiContextHookType type);
|
||||
|
||||
// Viewports
|
||||
IMGUI_API void ScaleWindowsInViewport(ImGuiViewportP* viewport, float scale);
|
||||
IMGUI_API void SetWindowViewport(ImGuiWindow* window, ImGuiViewportP* viewport);
|
||||
|
||||
// Settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue