From ba1b6f16ae042e5fdeb2e2c5968e1e5b1834ab88 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Mon, 18 Jul 2011 13:44:47 +0300 Subject: Implement todos in touchscreen generic plug-in. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The patch implements periodic clearing of the point states when no activity occurs (i.e. no ev_syn is coming at all, meaning that most probably all the fingers are already up) and also moves the entire functionality into a separate thread even when used as a plug-in. Change-Id: Ib1daa738085b61af9b07eb8a284416e5a3fcabe8 Reviewed-on: http://codereview.qt.nokia.com/1744 Reviewed-by: Qt Sanity Bot Reviewed-by: Jørgen Lind --- src/plugins/generic/touchscreen/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/generic/touchscreen/README') diff --git a/src/plugins/generic/touchscreen/README b/src/plugins/generic/touchscreen/README index 76f695371d..25e0e1abe8 100644 --- a/src/plugins/generic/touchscreen/README +++ b/src/plugins/generic/touchscreen/README @@ -14,9 +14,9 @@ LinuxTouchScreen:/dev/input/eventN to explicitly set the device file name. By default the surface of the touch device is mapped to the entire -screen. If this is not desired, define FORCE_TO_ACTIVE_WINDOW in -qtoucheventsenderqpa.cpp. This will map the touch surface to the -active window instead. +screen. If this is not desired, pass force_window in the plugin +specification. This will cause mapping the touch surface to the active +window instead. Only touch events are generated (via QWindowSystemInterface::handleTouchEvent), mouse events are not. This -- cgit v1.2.3