aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomas Junnonen <tomas.junnonen@nokia.com>2010-08-09 15:30:53 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-08-09 16:16:48 +0300
commiteda42d011efad4096963b010bd799a032474db8e (patch)
tree588b7f8379248df746024bb4458fb1d445ff32f5 /doc
parent97b0923517529967f6ea97ad7cbd127f4a07a4db (diff)
Changes: Improved pinch emulation
RevBy: MichaƂ Guminiak Details: Hold down ctrl, press and drag with left mouse button. Removed option to simulate two finger gestures, now always enabled. Removed pan emulation, no longer necessary.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/gestures.dox6
-rw-r--r--doc/src/news.dox1
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/gestures.dox b/doc/src/gestures.dox
index 7d494d3e..5cf47a97 100644
--- a/doc/src/gestures.dox
+++ b/doc/src/gestures.dox
@@ -73,6 +73,12 @@ In Qt, multitouch input is delivered through the QTouchEvent class, through whic
all the currently touched screen points. Note that by default multitouch events are not delivered
to widgets, delivery must explicitly be enabled using the QGraphicsItem::setAcceptTouchEvents method.
+\section simulatingmultitouch Simulating multitouch
+
+You can simulate the multitouch pinch gesture without needing real multitouch hardware,
+for example in a development environment on a standard PC. Simply hold down the
+<Ctrl> key on the keyboard, then press and drag with the left mouse button.
+
\section gesturesinmtf Gestures related API in MeeGo Touch
MeeGo Touch provides several event handlers for gestures:
diff --git a/doc/src/news.dox b/doc/src/news.dox
index 420d11f9..26a78367 100644
--- a/doc/src/news.dox
+++ b/doc/src/news.dox
@@ -5,6 +5,7 @@
\subsection New
- Updated \subpage rotation document.
+- You can now simulate the multitouch pinch gesture by holding down the Ctrl key, then pressing and dragging with the left mouse button.
- MSceneWindow::appear(QGraphicsScene *scene, MSceneWindow::DeletionPolicy policy);
\subsection Deprecated