MAknLongTapDetectorCallBack Class Reference

Link against: avkon.lib


#include <
aknlongtapdetector.h>

Detailed Description

Avkon LongTapDetector CallBack.

Inherit from this class and implement HandleLongTapEventL to get a callback when/if a long tap occurs.

Dll avkon.lib
Since:
S60 5.0

Public Member Functions

virtual void HandleLongTapEventL (const TPoint &aPenEventLocation, const TPoint &aPenEventScreenLocation)=0
 Callback method.

Member Function Documentation

virtual void MAknLongTapDetectorCallBack::HandleLongTapEventL const TPoint &  aPenEventLocation,
const TPoint &  aPenEventScreenLocation
[pure virtual]
 

Callback method.

Get's called when a long tap occurs.

Parameters:
aPenEventLocation Long tap event location relative to parent control.
aPenEventScreenLocation Long tap event location relative to screen.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top