Raised when the touch interface receives a two finger tap.
Visual Basic |
---|
Public Event TouchTwoFingerTap( _ ByVal firstFingerLocationX As Long, _ ByVal firstFingerLocationY As Long, _ ByVal secondFingerLocationX As Long, _ ByVal secondFingerLocationY As Long _ ) |
- firstFingerLocationX
- A Long value that represents the X coordinate of the location of the first finger during a two finger tap with the touch interface.
- firstFingerLocationY
- A Long value that represents the Y coordinate of the location of the first finger during a two finger tap with the touch interface.
- secondFingerLocationX
- A Long value that represents the X coordinate of the location of the second finger during a two finger tap with the touch interface.
- secondFingerLocationY
- A Long value that represents the Y coordinate of the location of the second finger during a two finger tap with the touch interface.