Add Engine.HasGameViewportFocus to C# API

This commit is contained in:
Wojtek Figat
2021-08-09 15:24:39 +02:00
parent 8c97a645e9
commit 9e7ce69e9c

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: