src/hbcore/feedback/hbfeedbackengine.cpp
changeset 21 4633027730f5
parent 2 06ff229162e9
child 23 e6ad4ef83b23
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
   418 {
   418 {
   419     Q_UNUSED(widget);
   419     Q_UNUSED(widget);
   420 }
   420 }
   421 
   421 
   422 /*!
   422 /*!
   423     Called when the engine receives a "multitouch activated" event from the feedback manager.
   423     Called when the engine receives a touch gesture event with more than one finger from the feedback manager.
   424 
   424 
   425     \param widget the widget being interacted with
   425     \param widget the widget being interacted with
   426 */
   426 */
   427 void HbFeedbackEngine::multitouchActivated(const HbWidget *widget)
   427 void HbFeedbackEngine::multitouchActivated(const HbWidget *widget)
   428 {
   428 {