equal
deleted
inserted
replaced
|
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-C0C93B8A-C63C-424E-9C30-5D69C1578660" xml:lang="en"><title>Handling |
|
13 long-tap events</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <p>The client application receives long tap events through the <codeph>MAknLongTapDetectorCallBack</codeph> interface. </p> |
|
15 <p>Use the method <codeph>HandleLongTapEventL</codeph> to perform actions |
|
16 when the long-tap event is received.</p> |
|
17 <codeblock xml:space="preserve">void CMyContainer::HandleLongTapEventL( const TPoint& aPenEventLocation, |
|
18 const TPoint& aPenEventScreenLocation) |
|
19 { |
|
20 // perform your actions when the event is received |
|
21 } |
|
22 </codeblock> |
|
23 </conbody></concept> |