isAlwaysOn method

  1. @override
bool isAlwaysOn()
override

Implementation

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