Version

Quick search

Leap Motion - finger only

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

Bases: kivy.input.motionevent.MotionEvent

depack(args)

Depack args into attributes of the class

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

Bases: kivy.input.provider.MotionEventProvider

start()

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

update(dispatch_fn)

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