isFocused abstract method

bool isFocused(
  1. Window window
)

Checks if a window is currently focused.

Parameters:

  • window (Window, required): The window to check

Returns true if the window is focused, false otherwise.

Implementation

bool isFocused(Window window);