Factory of MotionEvent providers.
MotionEvent factory is a class who register all availables input factories. If you create a new input factory, don’t forget to register it
MotionEventFactory.register('myproviderid', MyInputProvider)
Get a provider class from provider id
Get a list of all providers availables
Register a input provider in the database