iswindowactive Description: This function demonstrates the usage of the iswindowactive API. Example: -- Check if the window is active local active = iswindowactive() print("Is window active: " .. tostring(active))