IsGameWindowFocused

From Onset Developer Wiki
Revision as of 10:42, 28 June 2021 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.5.0}} {{FuncDescription|Checks whether the current game window is focused.}} {{FuncSyntax|IsGameWindowFocused()}} {{FuncParameters}} {{FuncNoParam}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
IsGameWindowFocused

Type: Function
Context: Client
Introduced: v1.5.0

Description

Checks whether the current game window is focused.

Syntax

IsGameWindowFocused()

Parameters

  • This function has no parameters.

Return Value

  • Returns true if the game window is focused. false otherwise

Example

See also