Struct MapTouch
- Namespace
- LansMap.Interaction
public readonly struct MapTouch
- Inherited Members
Constructors
MapTouch(ScreenPoint, MapTouchPhase, int)
public MapTouch(ScreenPoint position, MapTouchPhase phase, int fingerId)
Parameters
positionScreenPointphaseMapTouchPhasefingerIdint
Properties
FingerId
public int FingerId { get; }
Property Value
Phase
public MapTouchPhase Phase { get; }
Property Value
Position
public ScreenPoint Position { get; }