kivy/examples/demo/touchtracer
Mathieu Virbel 7df79442a3 touchtracer: fixes for text flickering (since we was using floatlayout, size/size_hint was going into conflict).
+ pep8 fixes
2011-04-27 18:51:44 +02:00
..
README.txt examples: move touchtracer into his own directory, and change to be able to run on android 2011-02-06 19:56:44 +01:00
android.txt examples: move touchtracer into his own directory, and change to be able to run on android 2011-02-06 19:56:44 +01:00
icon.png examples: move touchtracer into his own directory, and change to be able to run on android 2011-02-06 19:56:44 +01:00
main.py touchtracer: fixes for text flickering (since we was using floatlayout, size/size_hint was going into conflict). 2011-04-27 18:51:44 +02:00
particle.png examples: move touchtracer into his own directory, and change to be able to run on android 2011-02-06 19:56:44 +01:00
touchtracer.kv demo: update demo to have a common title bar including kivy version + name of the demo. 2011-04-21 19:22:17 +02:00

README.txt

Touchtracer
===========

Touchtracer is a simple example to draw lines under every touches detected
on your hardware.

Android
-------

You can copy/paste this directory into /sdcard/kivy/touchtracer in your
android device.