Searched refs:WAIT_WINDOW_VISIBLE_MS (Results 1 – 1 of 1) sorted by relevance
612 static const double WAIT_WINDOW_VISIBLE_MS = 0.5; // Half a second for the animation in takeScreenshot() local615 if (timeSinceVisible < WAIT_WINDOW_VISIBLE_MS) in takeScreenshot()617 Sleep(static_cast<DWORD>((WAIT_WINDOW_VISIBLE_MS - timeSinceVisible) * 1000)); in takeScreenshot()