Table Of Contents
Motion Event Factory¶
Factory of MotionEvent providers.
- 
class kivy.input.factory.MotionEventFactory[source]¶
- Bases: - builtins.object- MotionEvent factory is a class that registers all availables input factories. If you create a new input factory, you need to register it here: - MotionEventFactory.register('myproviderid', MyInputProvider) 
