MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / IsWindowActiveAndVisible

Function IsWindowActiveAndVisible

extern/imgui/imgui.cpp:4281–4284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4279}
4280
4281static bool IsWindowActiveAndVisible(ImGuiWindow* window)
4282{
4283 return (window->Active) && (!window->Hidden);
4284}
4285
4286static void UpdateAliasKey(ImGuiKey key, bool v, float analog_value)
4287{

Calls

no outgoing calls

Tested by

no test coverage detected