Home
last modified time | relevance | path

Searched refs:mouseWindow (Results 1 – 6 of 6) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqapplication_qpa.cpp667 QWidget *mouseWindow = tlw; in processMouseEvent() local
728 if (!mouseWindow) { in processMouseEvent()
735 if (mouseWindow && mouseWindow != tlw) { in processMouseEvent()
741 QWidget *mouseWidget = mouseWindow; in processMouseEvent()
742 if (mouseWindow) { in processMouseEvent()
753 Q_ASSERT(mouseWindow); in processMouseEvent()
758 if (mouseWindow != tlw) in processMouseEvent()
835 if (!mouseWindow) { in processWheelEvent()
839 if (!mouseWindow) in processWheelEvent()
842 mouseWidget = mouseWindow; in processWheelEvent()
[all …]
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_wincoreMS.cpp27 Win* mouseWindow = 0; variable
44 if ( w != mouseWindow ) in MouseEvent()
52 mouseWindow = GetWinByID( mId ); in MouseEvent()
54 if ( mouseWindow ) in MouseEvent()
57 mouseWindow->Event( &ev_leave ); in MouseEvent()
60 mouseWindow = GetWinByID( wId ); in MouseEvent()
101 if ( mouseWindow ) in CheckMousePosition()
110 mouseWindow->Event( &ev_leave ); in CheckMousePosition()
113 mouseWindow = 0; in CheckMousePosition()
972 if ( mouseWindow == this ) in ~Win()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dpanel.cpp470 g_vm->_toolBase->mouseWindow = g_vm->_toolBase->activeWindow = g_vm->_toolBase->windowList.front(); in close()
871 mouseWindow = w; in handleMouse()
959 mouseWindow = activeWindow; in handleMouse()
960 } else if (mouseWindow == NULL) { in handleMouse()
961 mouseWindow = &mousePanel->window; in handleMouse()
964 if (mouseWindow && mouseWindow != activeWindow) { in handleMouse()
967 mouseWindow->toFront(); in handleMouse()
H A Dpanel.h486 gWindow *mouseWindow, // window mouse is in variable
504 mouseWindow = nullptr; in gToolBase()
/dports/devel/cc65/cc65-2.19/include/geos/
H A Dgsym.h138 #define mouseWindow (*(struct window*)0x84b8) macro
312 #define mouseWindow (*(struct window*)0x57) macro
/dports/x11-toolkits/iwidgets/iwidgets4.0.1/generic/
H A Dtoolbar.itk831 set mouseWindow \
834 if { [string match $window* $mouseWindow] } {