chanon Hi!
Not directly but there is a method called IsInputMatching() that you can set public instead of private. And this one can tell you if the user is dragging or rotating for example:
IsInputMatching( InputMapFingerDrag.RotateAround )
IsInputMatching( InputMapFingerDrag.Translate )
There are multiple methods with that name so you will have to change them all to public