getDelta() is delta function

I'm sorry, I mistook the pull request.
This commit is contained in:
shinriyo 2012-10-14 21:20:31 +09:00
parent 8b650794e6
commit 1569550528
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;