Table Of Contents
Motion Event Provider¶
Abstract class for the implementation of a
MotionEvent
provider. The implementation must support the
start()
, stop()
and
update()
methods.
- class kivy.input.provider.MotionEventProvider(device, args)[source]¶
Bases:
builtins.object
Base class for a provider.