returns the current touch location in screen coordinates
| 32 | |
| 33 | // returns the current touch location in screen coordinates |
| 34 | Vec2 Touch::getLocationInView() const |
| 35 | { |
| 36 | return _point; |
| 37 | } |
| 38 | |
| 39 | // returns the previous touch location in screen coordinates |
| 40 | Vec2 Touch::getPreviousLocationInView() const |
no outgoing calls