Searched refs:WM_VISTA_MOUSEHWHEEL (Results 1 – 4 of 4) sorted by relevance
40 static const unsigned WM_VISTA_MOUSEHWHEEL = 0x20E; variable418 bool isMouseHWheel = (message == WM_VISTA_MOUSEHWHEEL); in createWebWheelEvent()
91 const int WM_VISTA_MOUSEHWHEEL = 0x020E; variable164 case WM_VISTA_MOUSEHWHEEL: in wndProc()
294 const int WM_VISTA_MOUSEHWHEEL = 0x020E; variable2132 case WM_VISTA_MOUSEHWHEEL: in WebViewWndProc()2135 handled = webView->mouseWheel(wParam, lParam, message == WM_VISTA_MOUSEHWHEEL); in WebViewWndProc()
17971 WM_VISTA_MOUSEHWHEEL constant.