mirror of https://github.com/kivy/kivy.git
doc: tweaks to examples/demo/multistroke/main.py
This commit is contained in:
parent
e1fb25b012
commit
240ce422a0
|
@ -11,7 +11,7 @@ name the gesture, and add it to the database, then simliar gestures in the
|
|||
future will be recognized. You can load and save databases of gestures
|
||||
in .kg files.
|
||||
|
||||
This demonstration code is many files, with this being the primary file.
|
||||
This demonstration code spans many files, with this being the primary file.
|
||||
The information pop-up ('No match') comes from the file helpers.py.
|
||||
The history pane is managed in the file historymanager.py and described
|
||||
in the file historymanager.kv. The database pane and storage is managed in
|
||||
|
|
Loading…
Reference in New Issue