diff -r 000000000000 -r 89d6a7a84779 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 Thu Jan 21 18:18:20 2010 +0000 @@ -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