AknTouchGestureFw::MAknTouchGestureFwDragEvent Class Reference

class AknTouchGestureFw::MAknTouchGestureFwDragEvent : public AknTouchGestureFw::MAknTouchGestureFwEvent

Drag gesture event.

akntouchgesturefw
Since
S60 v5.2

Inherits from

Member Functions Documentation

CurrentPosition()

TPoint CurrentPosition()const [pure virtual]

Returns current position in the drag event.

PreviousPosition()

TPoint PreviousPosition()const [pure virtual]

Returns previous position in the drag event.

StartPosition()

TPoint StartPosition()const [pure virtual]

Returns drag event start position.

State()

TAknTouchGestureFwState State()const [pure virtual]

Gesture state of the event.

State can be one of the following values:
  • EAknTouchGestureFwStart, sent at the beginning of the gesture.

  • EAknTouchGestureFwStop, sent at the end of the gesture.

  • EAknTouchGestureFwOn, sent during the gesture recognition.