MAknLongTapDetectorCallBack Class Reference

class MAknLongTapDetectorCallBack

Avkon LongTapDetector CallBack.

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

avkon.lib
Since
S60 5.0
Public Member Functions
void HandleLongTapEventL (const TPoint &, const TPoint &)

Member Functions Documentation

HandleLongTapEventL(const TPoint &, const TPoint &)

void HandleLongTapEventL ( const TPoint & aPenEventLocation,
const TPoint & aPenEventScreenLocation
) [pure virtual]

Callback method. Get's called when a long tap occurs.

Parameters

const TPoint & aPenEventLocation Long tap event location relative to parent control.
const TPoint & aPenEventScreenLocation Long tap event location relative to screen.