Quick search

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)[ソース]

ベースクラス: builtins.object

Base class for a provider.

start()[ソース]

Start the provider. This method is automatically called when the application is started and if the configuration uses the current provider.

stop()[ソース]

Stop the provider.

update(dispatch_fn)[ソース]

Update the provider and dispatch all the new touch events though the dispatch_fn argument.