Raised when the touch interface receives a flick.
Visual Basic |
---|
Public Event TouchFlick( _ ByVal flickDirection As IX_TouchFlick_Direction, _ ByVal flickStartLocationX As Long, _ ByVal flickStartLocationY As Long _ ) |
- flickDirection
The direction of the flick; an IX_TouchFlick_Direction enumeration value.Value Description IX_TouchFlick_Direction_Down Flick down. IX_TouchFlick_Direction_DownLeft Flick down and to the left. IX_TouchFlick_Direction_DownRight Flick down and to the right. IX_TouchFlick_Direction_Left Flick to the left. IX_TouchFlick_Direction_Right Flick to the right. IX_TouchFlick_Direction_Up Flick up. IX_TouchFlick_Direction_UpLeft Flick up and to the left. IX_TouchFlick_Direction_UpRight Flick up and to the right. - flickStartLocationX
- A Long value that represents the X coordinate of the starting location for the flick during a flick motion with the touch interface.
- flickStartLocationY
- A Long value that represents the Y coordinate of the starting location for the flick during a flick motion with the touch interface.