Class AccumulatingVelocityTrackerStrategy
Definition
- Assembly:
- Tizen.NUI.dll
Accumulating Velocity Tracker
public class AccumulatingVelocityTrackerStrategy : VelocityTrackerStrategy
- Inheritance
Constructors
View SourceAccumulatingVelocityTrackerStrategy(uint)
Create an instance of AccumulatingVelocityTrackerStrategy.
Declaration
public AccumulatingVelocityTrackerStrategy(uint maximumTime)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | maximumTime |
Fields
View SourcemMovements
Declaration
protected SortedDictionary<int, List<AccumulatingVelocityTrackerStrategy.Movement>> mMovements
Field Value
| Type | Description |
|---|---|
| SortedDictionary<, ><int, List<><Movement>> |
Methods
View SourceAddMovement(uint, int, float)
Adds movement information
Declaration
public override void AddMovement(uint eventTime, int pointerId, float position)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | eventTime | |
| int | pointerId | |
| float | position |
Overrides
View SourceClear()
Resets the velocity tracker state.
Declaration
public override void Clear()