MAknLongTapDetectorCallBack Class Reference

#include <mw/aknlongtapdetector.h>

Link against: avkon.lib

class MAknLongTapDetectorCallBack
Public Member Functions
pure virtual voidHandleLongTapEventL(const TPoint &, const TPoint &)

Detailed Description

Avkon LongTapDetector CallBack.

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

Since
S60 5.0

Member Function Documentation

HandleLongTapEventL ( const TPoint &, const TPoint & )

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

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

ParameterDescription
aPenEventLocationLong tap event location relative to parent control.
aPenEventScreenLocationLong tap event location relative to screen.