mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fixed Tab > space
This commit is contained in:
parent
e90984f638
commit
97192606a6
1 changed files with 1 additions and 1 deletions
2
imgui.h
2
imgui.h
|
|
@ -151,7 +151,7 @@ namespace ImGui
|
||||||
IMGUI_API bool GetWindowIsFocused();
|
IMGUI_API bool GetWindowIsFocused();
|
||||||
IMGUI_API ImVec2 GetWindowSize();
|
IMGUI_API ImVec2 GetWindowSize();
|
||||||
IMGUI_API float GetWindowWidth();
|
IMGUI_API float GetWindowWidth();
|
||||||
IMGUI_API void SetWindowSize(const ImVec2& size); // set to ImVec2(0,0) to force an auto-fit
|
IMGUI_API void SetWindowSize(const ImVec2& size); // set to ImVec2(0,0) to force an auto-fit
|
||||||
IMGUI_API ImVec2 GetWindowPos(); // you should rarely need/care about the window position, but it can be useful if you want to use your own drawing.
|
IMGUI_API ImVec2 GetWindowPos(); // you should rarely need/care about the window position, but it can be useful if you want to use your own drawing.
|
||||||
IMGUI_API void SetWindowPos(const ImVec2& pos); // set current window pos.
|
IMGUI_API void SetWindowPos(const ImVec2& pos); // set current window pos.
|
||||||
IMGUI_API ImVec2 GetContentRegionMax(); // window or current column boundaries
|
IMGUI_API ImVec2 GetContentRegionMax(); // window or current column boundaries
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue