Exposes details of a detected long press gesture.
Ensure Long Press Gesture is enabled under the project's Touch Gestures capability.
Inherits From : Gesture
Property | Description |
---|---|
location | (get) location: Vec2Signal The screen space coordinates of the gesture's location, as a Vec2Signal .Coordinates are always returned in screen space, even if an object was specified in the long press gesture method call, for example: TouchGestures.onLongPress(plane) . |
This module exposes no methods.