Symbian3/PDK/Source/GUID-92281C52-4F2E-4D9A-9D5A-E0C5F0433339.dita
changeset 1 25a17d01db0c
child 3 46218c8b8afa
equal deleted inserted replaced
0:89d6a7a84779 1:25a17d01db0c
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-92281C52-4F2E-4D9A-9D5A-E0C5F0433339" xml:lang="en"><title>Enabling
       
    13 and disabling the long-tap detector</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>Use the method <codeph>EnableLongTapAnimation</codeph> to enable or disable
       
    15 the long-tap detector and its animation. </p>
       
    16 <p>The default setting is that the detector and animation are enabled. When
       
    17 set to disabled, the long tap event is not reported and the animation is hidden.</p>
       
    18 <codeblock xml:space="preserve">iLongTapDetector-&gt;EnableLongTapAnimation ( EFalse );  // event and animation off</codeblock>
       
    19 </conbody></concept>