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> /// <summary>
/// Checks whenever the game viewport is focused by the user (eg. can receive input). /// Checks whenever the game viewport is focused by the user (eg. can receive input).
/// </summary> /// </summary>
/// <returns>True if game viewport is focused, otherwise false.</returns> API_PROPERTY() static bool HasGameViewportFocus();
static bool HasGameViewportFocus();
private: private: