Merge pull request #1453 from shinriyo/patch-2

getDelta() is delta function
This commit is contained in:
minggo 2012-10-14 18:34:03 -07:00
commit 67383ff7ce
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public:
CCPoint getLocation() const;
/** returns the previous touch location in OpenGL coordinates */
CCPoint getPreviousLocation() const;
/** returns the current touch location in screen coordinates */
/** returns the delta of 2 current touches locations in screen coordinates */
CCPoint getDelta() const;
/** returns the current touch location in screen coordinates */
CCPoint getLocationInView() const;