diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-C0C93B8A-C63C-424E-9C30-5D69C1578660.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-C0C93B8A-C63C-424E-9C30-5D69C1578660.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,23 @@ + + + + + +Handling +long-tap events +

The client application receives long tap events through the MAknLongTapDetectorCallBack interface.

+

Use the method HandleLongTapEventL to perform actions +when the long-tap event is received.

+void CMyContainer::HandleLongTapEventL( const TPoint& aPenEventLocation, + const TPoint& aPenEventScreenLocation) + { + // perform your actions when the event is received + } + +
\ No newline at end of file