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

Function FlashWindow

Source/Engine/Platform/UWP/UWPWindow.h:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 Float2 ScreenToClient(const Float2& screenPos) const override;
171 Float2 ClientToScreen(const Float2& clientPos) const override;
172 void FlashWindow() override
173 {
174 }
175 float GetOpacity() const override
176 {
177 return 1.0f;

Callers 1

FlashWindowMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected