Version

Quick search

Leap Motion - finger only

class kivy.input.providers.leapfinger.LeapFingerEvent(*args, **kwargs)[source]

Bases: kivy.input.motionevent.MotionEvent

depack(args)[source]

Depack args into attributes of the class

class kivy.input.providers.leapfinger.LeapFingerEventProvider(device, args)[source]

Bases: kivy.input.provider.MotionEventProvider

start()[source]

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

update(dispatch_fn)[source]

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