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

Function IsFocused

Source/Engine/Platform/Base/WindowBase.h:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 /// Determines whether this window is focused.
400 /// </summary>
401 API_PROPERTY() FORCE_INLINE bool IsFocused() const
402 {
403 return _focused;
404 }
405
406 /// <summary>
407 /// Focuses this window.

Callers 5

StartClippingCursorMethod · 0.85
FlashWindowMethod · 0.85
StartClippingCursorMethod · 0.85
IsForegroundWindowMethod · 0.85
IsForegroundWindowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected