new ScreenTapGesture()
Constructs a new ScreenTapGesture object.
An uninitialized ScreenTapGesture object is considered invalid. Get valid instances of the ScreenTapGesture class from a Frame object.
- Source:
- gesture.js, line 293
Members
-
direction :Vector
-
The direction of finger tip motion.
Type:
- Vector
- Source:
- gesture.js, line 326
-
position :Vector
-
The position where the screen tap is registered.
Type:
- Vector
- Source:
- gesture.js, line 319
-
progress :Number
-
The progess value is always 1.0 for a screen tap gesture.
Type:
- Number
- Source:
- gesture.js, line 333