mirror of https://github.com/axmolengine/axmol.git
getDelta() is delta function
I'm sorry, I mistook the pull request.
This commit is contained in:
parent
8b650794e6
commit
1569550528
|
@ -46,7 +46,7 @@ public:
|
||||||
CCPoint getLocation() const;
|
CCPoint getLocation() const;
|
||||||
/** returns the previous touch location in OpenGL coordinates */
|
/** returns the previous touch location in OpenGL coordinates */
|
||||||
CCPoint getPreviousLocation() const;
|
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;
|
CCPoint getDelta() const;
|
||||||
/** returns the current touch location in screen coordinates */
|
/** returns the current touch location in screen coordinates */
|
||||||
CCPoint getLocationInView() const;
|
CCPoint getLocationInView() const;
|
||||||
|
|
Loading…
Reference in New Issue