MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / isActiveWindow

Method isActiveWindow

DSView/pv/winnativewidget.cpp:542–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

changeEventMethod · 0.80
changeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected