returns the previous touch location in screen coordinates
| 38 | |
| 39 | // returns the previous touch location in screen coordinates |
| 40 | Vec2 Touch::getPreviousLocationInView() const |
| 41 | { |
| 42 | return _prevPoint; |
| 43 | } |
| 44 | |
| 45 | // returns the start touch location in screen coordinates |
| 46 | Vec2 Touch::getStartLocationInView() const |
no outgoing calls