This class loads all the actions and gesture, and does the binding between them. Then, when a gesture is found by the listener, the gesture gets dispatched.
A generic daemon class.
Usage: subclass the Daemon class and override the run() method
do the UNIX double-fork magic, see Stevens’ “Advanced Programming in the UNIX Environment” for details (ISBN 0201563177) http://www.erlenstar.demon.co.uk/unix/faq_2.html#SEC16
Bases: kivy._event.EventDispatcher
listener function that queries kivy for touch events, builds the gesture and dispatch it through the actions singleton.
listening function executed at begining of touch event builds the gesture
listening function executed during touch event store points of the gesture
executes a keypress
Parameters: |
|
---|
the key to pass as a parameter has to be taken from Xlib.XK library
executes mouse button click
Parameters: |
|
---|