Add Engine.HasGameViewportFocus to C# API

This commit is contained in:
Wojtek Figat
2021-08-09 15:24:39 +02:00
parent 64813c1c70
commit e4bd5c7251

View File

@@ -156,8 +156,7 @@ public:
/// <summary>
/// Checks whenever the game viewport is focused by the user (eg. can receive input).
/// </summary>
/// <returns>True if game viewport is focused, otherwise false.</returns>
static bool HasGameViewportFocus();
API_PROPERTY() static bool HasGameViewportFocus();
private: