Raised when the touch interface receives a press and tap.
Visual Basic |
---|
Public Event TouchPressAndTap( _ ByVal pressedFingerLocationX As Long, _ ByVal pressedFingerLocationY As Long _ ) |
- pressedFingerLocationX
- A Long value that represents the X coordinate of the location of the pressed finger during a press and tap with the touch interface.
- pressedFingerLocationY
- A Long value that represents the X coordinate of the location of the pressed finger during a press and tap with the touch interface.