| 540 | } |
| 541 | |
| 542 | bool WinNativeWidget::isActiveWindow() |
| 543 | { |
| 544 | const HWND active_window = GetActiveWindow(); |
| 545 | return ((active_window == _hWnd) || IsChild(_hWnd, active_window)); |
| 546 | } |
| 547 | |
| 548 | void WinNativeWidget::setGeometry(const int x, const int y, const int width, const int height) |
| 549 | { |
no outgoing calls
no test coverage detected