mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Converted all Tabs to Spaces
Argh
This commit is contained in:
parent
e807d97089
commit
67f17a644c
2 changed files with 4 additions and 4 deletions
|
|
@ -2442,8 +2442,8 @@ void SetCursorPos(const ImVec2& pos)
|
|||
|
||||
ImVec2 GetCursorScreenPos()
|
||||
{
|
||||
ImGuiWindow* window = GetCurrentWindow();
|
||||
return window->DC.CursorPos;
|
||||
ImGuiWindow* window = GetCurrentWindow();
|
||||
return window->DC.CursorPos;
|
||||
}
|
||||
|
||||
void SetScrollPosHere()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue