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