mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-14 21:48:30 +01:00
use igIsWindowHovered flags
This commit is contained in:

committed by
Stephan Dilly

parent
90f62f1fc9
commit
baebcfcfaf
@@ -1431,9 +1431,9 @@ CIMGUI_API bool igIsWindowFocused(ImGuiFocusedFlags flags)
|
|||||||
return ImGui::IsWindowFocused(flags);
|
return ImGui::IsWindowFocused(flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
CIMGUI_API bool igIsWindowHovered(ImGuiHoveredFlags)
|
CIMGUI_API bool igIsWindowHovered(ImGuiHoveredFlags flags)
|
||||||
{
|
{
|
||||||
return ImGui::IsWindowHovered();
|
return ImGui::IsWindowHovered(flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
CIMGUI_API bool igIsAnyWindowFocused()
|
CIMGUI_API bool igIsAnyWindowFocused()
|
||||||
|
Reference in New Issue
Block a user