Closed
Description
Short overview
Define an interface to implement when providing custom movement types
Use case
Custom implementations for mouse movement
Detailed description
The current implementation of the linear
movement type does not follow an interface.
For custom implementations, an interface would be benificial.