C# Syntax
public class TapArgs
System.Object
HP.LFT.SDK.Mobile.TapArgs
Name | Description | |
---|---|---|
![]() | TapArgs Constructor | Initializes a new instance of the TapArgs class with default arguments (tap the center of the object once at one touch point). |
Name | Description | |
---|---|---|
![]() | Gesture | The gesture class designed by the mobile application developer to handle this gesture on this object. (iOS Only) |
![]() | Location | The Location to tap. |
![]() | NumberOfTaps | The number of times to tap the object. (iOS Only) |
![]() | NumberOfTouchPoints | The number of points to tap, similar to the number of fingers you would use for the gesture on a real device. (iOS Only) |