| 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. |
no outgoing calls
no test coverage detected