///////////////////////////////////////////////////////
| 40 | |
| 41 | //////////////////////////////////////////////////////////// |
| 42 | Vector2i getPosition(unsigned int finger) |
| 43 | { |
| 44 | return priv::InputImpl::getTouchPosition(finger); |
| 45 | } |
| 46 | |
| 47 | |
| 48 | //////////////////////////////////////////////////////////// |
no test coverage detected