@override bool isAlwaysOn() { final exStyle = GetWindowLongPtr(_windowId, GWL_EXSTYLE); return exStyle & WS_EX_TOPMOST != 0; }