IsWindowFocused() refactor will flags. (#1382)
Marked IsRootWindowFocused() as obsolete in favor of using IsWindowFocused(ImGuiFocusedFlags_RootWindow).
Marked IsRootWindowOrAnyChildFocused() as obsolete in favor of using IsWindowFocused(ImGuiFocusedFlags_RootAndChildWindows).
1 parent 8d8f493 commit 08b72eb5c04429c6a34e99db4b5c1c2d5fe19964
@omar omar authored on 12 Dec 2017
Showing 3 changed files
View
imgui.cpp
View
imgui.h
View
imgui_demo.cpp