Class PointerMoveEvent
Inherited Members
Namespace: Unity.UIWidgets.gestures
Syntax
public class PointerMoveEvent : PointerEvent
Constructors
PointerMoveEvent(TimeSpan, Int32, PointerDeviceKind, Int32, Offset, Offset, Int32, Boolean, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Int32, Boolean)
Declaration
public PointerMoveEvent(TimeSpan timeStamp, int pointer = 0, PointerDeviceKind kind = PointerDeviceKind.touch, int device = 0, Offset position = null, Offset delta = null, int buttons = 0, bool obscured = false, float pressure = 0F, float pressureMin = 1F, float pressureMax = 1F, float distance = 0F, float distanceMax = 0F, float size = 0F, float radiusMajor = 0F, float radiusMinor = 0F, float radiusMin = 0F, float radiusMax = 0F, float orientation = 0F, float tilt = 0F, int platformdData = 0, bool synthesized = false)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | timeStamp | |
Int32 | pointer | |
PointerDeviceKind | kind | |
Int32 | device | |
Offset | position | |
Offset | delta | |
Int32 | buttons | |
Boolean | obscured | |
Single | pressure | |
Single | pressureMin | |
Single | pressureMax | |
Single | distance | |
Single | distanceMax | |
Single | size | |
Single | radiusMajor | |
Single | radiusMinor | |
Single | radiusMin | |
Single | radiusMax | |
Single | orientation | |
Single | tilt | |
Int32 | platformdData | |
Boolean | synthesized |