Click or drag to resize

OSIsWindowFocused Method

Returns true if the window is currently focused.

Note: Only implemented on desktop platforms. On other platforms, it will always return true.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool IsWindowFocused()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.OS.IsWindowFocused"]

See Also