#include <mw/aknlongtapdetector.h>
class MAknLongTapDetectorCallBack |
Public Member Functions | |
---|---|
pure virtual void | HandleLongTapEventL(const TPoint &, const TPoint &) |
Avkon LongTapDetector CallBack.
Inherit from this class and implement HandleLongTapEventL to get a callback when/if a long tap occurs.
void | HandleLongTapEventL | ( | const TPoint & | aPenEventLocation, |
const TPoint & | aPenEventScreenLocation | |||
) | [pure virtual] |
Callback method. Get's called when a long tap occurs.
Parameter | Description |
---|---|
aPenEventLocation | Long tap event location relative to parent control. |
aPenEventScreenLocation | Long tap event location relative to screen. |