From 20d6dac63c25d227ed5315801e3e853ee78ec248 Mon Sep 17 00:00:00 2001 From: Andre de la Rocha Date: Fri, 25 May 2018 14:48:03 +0200 Subject: Add Windows Pointer Input Messages support Replaces the handling of tablet/touchscreen/touchpad/mouse input with a unified implementation based on the Windows Pointer Input Messages added to Windows 8. The legacy implementation is still used for Windows 7. Task-number: QTBUG-60437 Change-Id: I0a0f48ee9d5365f84ba528aa04c6ab1fe4253c50 Reviewed-by: Friedemann Kleint --- src/plugins/platforms/windows/qwindowsmousehandler.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/platforms/windows/qwindowsmousehandler.h') diff --git a/src/plugins/platforms/windows/qwindowsmousehandler.h b/src/plugins/platforms/windows/qwindowsmousehandler.h index 04d3a8bff6..480662c9bf 100644 --- a/src/plugins/platforms/windows/qwindowsmousehandler.h +++ b/src/plugins/platforms/windows/qwindowsmousehandler.h @@ -80,8 +80,6 @@ public: QWindow *windowUnderMouse() const { return m_windowUnderMouse.data(); } void clearWindowUnderMouse() { m_windowUnderMouse = 0; } - static void handleExitSizeMove(QWindow *window); - private: inline bool translateMouseWheelEvent(QWindow *window, HWND hwnd, MSG msg, LRESULT *result); -- cgit v1.2.3