Loading...
Searching...
No Matches
realvirtual.TouchInteraction Class Reference
Controls touch interaction during game4automation simulation / play mode. More...
Inheritance diagram for realvirtual.TouchInteraction:
Public Attributes | |
| bool | SimulateMouseWithTouch |
| bool | IsTouching |
| bool | IsBeginPhase |
| bool | IsEndPhase |
| bool | IsStationary |
| bool | IsTwoFinger |
| bool | IsDoubleTap |
| bool | IsOverUI |
| Vector2 | StartTouchPos |
| Vector2 | TouchPos |
| Vector2 | TouchDeltaPos |
| Vector2 | TouchTotalDeltaPos |
| Delta position of touch between Frames. | |
| Vector2 | TwoFingerMiddlePos |
| Total delta position of touch since start. | |
| Vector2 | TwoFingerMiddleDeltaPos |
| float | TwoFingerDeltaDistance |
| Vector2 | FirstTouch |
| Vector2 | SecondTouch |
| Vector2 | ThirdTouch |
| float | DPIScale |
| OneTouchRotDelegate | oneTouchRotEvent |
| TwoTouchPanZoomDelegate | twoTouchPanZoomDelegate |
| DoubleTouchDelegate | doubleTouchDelegate |
Detailed Description
Controls touch interaction during game4automation simulation / play mode.
Member Data Documentation
◆ TouchTotalDeltaPos
| Vector2 realvirtual.TouchInteraction.TouchTotalDeltaPos |
Delta position of touch between Frames.
◆ TwoFingerMiddlePos
| Vector2 realvirtual.TouchInteraction.TwoFingerMiddlePos |
Total delta position of touch since start.