MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / FlashWindow

Method FlashWindow

Source/Engine/Platform/Windows/WindowsWindow.cpp:562–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void WindowsWindow::FlashWindow()
563{
564 ASSERT(HasHWND());
565
566 if (IsFocused())
567 return;
568
569 ::FlashWindow(_handle, FALSE);
570}
571
572void WindowsWindow::GetScreenInfo(int32& x, int32& y, int32& width, int32& height) const
573{

Callers

nothing calls this directly

Calls 3

IsFocusedFunction · 0.85
HasHWNDFunction · 0.70
FlashWindowFunction · 0.50

Tested by

no test coverage detected