doc: Add touch input examples to correct group
Make them appear in list of touch input examples. Change-Id: Ia5f489e28771f0a272da9ec7b61de186ca305e36 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>bb10
parent
c107b6d817
commit
def3285615
|
|
@ -28,6 +28,8 @@
|
|||
/*!
|
||||
\example touch/fingerpaint
|
||||
\title Finger Paint Example
|
||||
\ingroup touchinputexamples
|
||||
\brief Shows the use of a touchscreen to make a simple painting application
|
||||
|
||||
The Finger Paint example shows the use of a touchscreen with a custom widget
|
||||
to create a simple painting application.
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@
|
|||
/*!
|
||||
\example touch/pinchzoom
|
||||
\title Pinch Zoom Example
|
||||
\ingroup touchinputexamples
|
||||
\brief Shows how to recognize a gesture
|
||||
|
||||
The Pinch Zoom example shows how to use low-level touch information
|
||||
to recognize a gesture.
|
||||
|
|
|
|||
Loading…
Reference in New Issue