Symbian3/PDK/Source/GUID-C60DC070-572B-5960-B394-550426FDB909.dita
changeset 9 59758314f811
parent 5 f345bda72bc4
child 11 5072524fcc79
equal deleted inserted replaced
8:ae94777fff8f 9:59758314f811
   115 (such as the threshold getters and setters and <xref href="GUID-FADA3278-FF8B-308F-90AD-3DCF8911A023.dita#GUID-FADA3278-FF8B-308F-90AD-3DCF8911A023/GUID-114AE77E-D0BD-321E-BFCB-1388B35582EC"><apiname>TAdvancedPointerEvent::ProximityAndPressure()</apiname></xref>).
   115 (such as the threshold getters and setters and <xref href="GUID-FADA3278-FF8B-308F-90AD-3DCF8911A023.dita#GUID-FADA3278-FF8B-308F-90AD-3DCF8911A023/GUID-114AE77E-D0BD-321E-BFCB-1388B35582EC"><apiname>TAdvancedPointerEvent::ProximityAndPressure()</apiname></xref>).
   116 In these, the Z coordinate is interpreted in terms of pressure and proximity. </p> </li>
   116 In these, the Z coordinate is interpreted in terms of pressure and proximity. </p> </li>
   117 </ol> <fig id="GUID-7A49B143-5458-5916-B937-55D98B77BB2C">
   117 </ol> <fig id="GUID-7A49B143-5458-5916-B937-55D98B77BB2C">
   118 <title> Relationships between the pointer proximity, pressure and Z      
   118 <title> Relationships between the pointer proximity, pressure and Z      
   119        coordinate            </title>
   119        coordinate            </title>
   120 <image href="GUID-1A0FB98B-8DB3-5067-9B71-FF838F6AE402_d0e244167_href.png" placement="inline"/>
   120 <image href="GUID-1A0FB98B-8DB3-5067-9B71-FF838F6AE402_d0e241047_href.png" placement="inline"/>
   121 </fig> </section>
   121 </fig> </section>
   122 <section id="GUID-B7057F69-191F-5AA4-8C61-EBECE66D92F6"><title>Pinch zooming</title> <p>This
   122 <section id="GUID-B7057F69-191F-5AA4-8C61-EBECE66D92F6"><title>Pinch zooming</title> <p>This
   123 example shows an easy way to pinch zoom an image when the screen receives
   123 example shows an easy way to pinch zoom an image when the screen receives
   124 pointer events from two pointers. There are two functions in this code that
   124 pointer events from two pointers. There are two functions in this code that
   125 must be implemented by the programmer: <codeph>BitmapCoordinates()</codeph> and <codeph>MoveBitmap()</codeph>.
   125 must be implemented by the programmer: <codeph>BitmapCoordinates()</codeph> and <codeph>MoveBitmap()</codeph>.