convenience methods which take a Touch instead of Vec2
| 1926 | |
| 1927 | // convenience methods which take a Touch instead of Vec2 |
| 1928 | Vec2 Node::convertTouchToNodeSpace(Touch* touch) const |
| 1929 | { |
| 1930 | return this->convertToNodeSpace(touch->getLocation()); |
| 1931 | } |
| 1932 | |
| 1933 | Vec2 Node::convertTouchToNodeSpaceAR(Touch* touch) const |
| 1934 | { |