Home
last modified time | relevance | path

Searched refs:WM_MOUSEFIRST (Results 1 – 17 of 17) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dmsgqueue.h240 #define WM_NCMOUSELAST (WM_NCMOUSEFIRST+(WM_MOUSELAST-WM_MOUSEFIRST))
244 (message >= WM_MOUSEFIRST && message <= WM_MOUSELAST))
H A Dnonclient.c1547 if (!co_IntGetPeekMessage(&Msg, 0, WM_MOUSEFIRST, WM_MOUSELAST, PM_REMOVE, TRUE)) break; in NC_DoButton()
1736 if (!co_IntGetPeekMessage(&msg, 0, WM_MOUSEFIRST, WM_MOUSELAST, PM_REMOVE, TRUE)) break; in NC_HandleNCRButtonDown()
H A Dmsgqueue.c1923 if (first > WM_KEYLAST && last < WM_MOUSEFIRST) return 0; in filter_contains_hw_range()
1932 ( message >= WM_MOUSEFIRST && message <= WM_MOUSELAST ) || in is_mouse_message()
H A Dmessage.c630 if ( ((first <= WM_MOUSELAST) && (last >= WM_MOUSEFIRST)) || in GetWakeMask()
2234 while (co_IntGetPeekMessage( &msg, 0, WM_MOUSEFIRST, WM_MOUSELAST, PM_REMOVE, FALSE ) || in NtUserDragDetect()
H A Dmenu.c4160 if ((msg.message >= WM_MOUSEFIRST) && (msg.message <= WM_MOUSELAST)) in MENU_TrackMenu()
/reactos/base/shell/explorer/
H A Dsyspager.cpp179 MESSAGE_RANGE_HANDLER(WM_MOUSEFIRST, WM_MOUSELAST, OnMouseEvent)
1100 (uMsg >= WM_MOUSEFIRST && uMsg <= WM_MOUSELAST)) in SendNotifyCallback()
1138 if (uMsg >= WM_MOUSEFIRST && uMsg <= WM_MOUSELAST) in SendMouseEvent()
1141 eventNames[uMsg - WM_MOUSEFIRST], wIndex, in SendMouseEvent()
/reactos/win32ss/user/user32/windows/
H A Dinput.c480 PeekMessageW(&msg, 0, WM_MOUSEFIRST, WM_MOUSELAST, PM_REMOVE) || in DragDetect()
/reactos/sdk/include/psdk/
H A Dwinuser.rh514 #define WM_MOUSEFIRST 0x0200
515 #define WM_MOUSEMOVE WM_MOUSEFIRST
H A Dwinuser.h1777 #define WM_MOUSEFIRST 512 macro
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtraynotify.cpp438 if (nmsg>=WM_MOUSEFIRST && nmsg<=WM_MOUSELAST) { in WndProc()
/reactos/modules/rostests/winetests/comctl32/
H A Dpropsheet.c748 (message < WM_MOUSEFIRST || message > WM_MOUSEHWHEEL) && in save_message()
/reactos/dll/win32/uxtheme/
H A Dnonclient.c769 if (GetMessageW(&Msg, 0, WM_MOUSEFIRST, WM_MOUSELAST) <= 0) in ThemeHandleButton()
/reactos/modules/rostests/winetests/user32/
H A Dinput.c390 return (message >= WM_MOUSEFIRST && message <= WM_MOUSELAST); in is_mouse_message()
H A Dmsg.c14594 ret = PeekMessageA( &msg, hwnd, WM_MOUSEFIRST, WM_MOUSELAST, PM_REMOVE ); in test_dbcs_wm_char()
/reactos/sdk/lib/cicero/
H A Dcicuif.cpp4666 (msg.hwnd == m_hWnd || msg.message <= WM_MOUSEFIRST || WM_MOUSELAST <= msg.message)) in STDMETHODIMP_()
/reactos/dll/win32/riched20/
H A Deditor.c2846 if (msg < WM_MOUSEFIRST || msg > WM_MOUSELAST) in ME_CalculateClickCount()
/reactos/base/setup/reactos/
H A Dtreelist.c839 if(uMsg >= WM_MOUSEFIRST && uMsg <= WM_MOUSELAST) { // Mausklicks auf Tooltip zum Elternfenster in ToolProc()