static HWND jnaWindows_putTwitchChatOnTop() { Map windows = filterByValue($swic("Chat - Twitch"), mapToValues jnaWindows_windowTitle(jnaWindows_allWindowHandles())); jnaWindows_setAlwaysOnTop(firstKey(windows)); ret firstKey(windows); }