August 2015
Intermediate to advanced
246 pages
4h 21m
English
The multitapping detection is a useful tool in the development of an app. When more than a touch occurs in a zone, it is what we call a multitap.
We will work with the on_touch_down method, so it could be useful to go through the recipe Evolving to the touchscreen in this chapter. Also, this recipe will use the common button and label widgets for reference.
Follow these steps in this recipe:
<MyW>:
Button:
id: button1
pos: 0,0
text: 'Hello'
Label:
id: label1
pos: 200, 200
text: ''on_touch_down.Read now
Unlock full access