taskswitcher/taskswitcherui/taskswitcherapp/inc/tsphysicsengine.h
branchRCL_3
changeset 11 ff572dfe6d86
parent 4 4d54b72983ae
child 12 9674c1a575e9
--- a/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsphysicsengine.h	Fri Feb 19 22:42:37 2010 +0200
+++ b/taskswitcher/taskswitcherui/taskswitcherapp/inc/tsphysicsengine.h	Fri Mar 12 15:41:49 2010 +0200
@@ -71,10 +71,17 @@
     void HandleDragEvent(AknTouchGestureFw::MAknTouchGestureFwDragEvent& aEvent);
     
     /**
+     * Checks if the physics is running
      */
     TBool IsRunning() const;
     
     /**
+     * Checks if the physics is running drag
+     */
+    TBool IsDragging() const;
+    
+    /**
+     * Stops physics
      */
     void Stop();