August 2015
Intermediate to advanced
246 pages
4h 21m
English
A gesture is a particular succession of touches, which we will give some special significance to. Kivy eases the way to handle gestures.
In this recipe, we will use some predefined graphics in the Kivy framework just to highlight the gesture, and you do not need any further knowledge about it. Also, we have a predefined gesture that is provided in this recipe to you.
In this recipe, we have the next steps:
from kivy.app import App from kivy.uix.widget import Widget from kivy.uix.button import Button from kivy.graphics import ...
Read now
Unlock full access