diff options
Diffstat (limited to 'wasp/apps')
| -rw-r--r-- | wasp/apps/testapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wasp/apps/testapp.py b/wasp/apps/testapp.py index 9f512f1..0ab33a3 100644 --- a/wasp/apps/testapp.py +++ b/wasp/apps/testapp.py @@ -15,7 +15,7 @@ class TestApp(): """Activate the application.""" self.on_screen = ( -1, -1, -1, -1, -1, -1 ) self.draw(effect) - system.request_event(manager.EVENT_TOUCH | manager.EVENT_SWIPE_LEFTRIGHT) + system.request_event(manager.EVENT_TOUCH | manager.EVENT_SWIPE_UPDOWN) def background(self): """De-activate the application (without losing state).""" |
