///////////////////////////////////////////////////////
| 40 | |
| 41 | //////////////////////////////////////////////////////////// |
| 42 | Vector2i getPosition() |
| 43 | { |
| 44 | return priv::InputImpl::getMousePosition(); |
| 45 | } |
| 46 | |
| 47 | |
| 48 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected