Interface IUserInputSmoother
Provides a mechanism for smoothing user input, such as mouse movements.
Namespace: EyeAuras.Roxy.Shared
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public interface IUserInputSmoother
Properties
Name | Description |
---|---|
Id | Gets the unique identifier of this instance of the input smoother. |
Name | Gets the name of this instance of the input smoother. |
Methods
Name | Description |
---|---|
Generate(Point, Point) | Generates a list of smoothed mouse inputs from the start position to the target position. |