///////////////////////////////////////////////////////
| 33 | { |
| 34 | //////////////////////////////////////////////////////////// |
| 35 | bool isDown(unsigned int finger) |
| 36 | { |
| 37 | return priv::InputImpl::isTouchDown(finger); |
| 38 | } |
| 39 | |
| 40 | |
| 41 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected