summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/test_touchscreen.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/test_touchscreen.c b/apps/plugins/test_touchscreen.c
index 0c9cdc7302..b0804f7d06 100644
--- a/apps/plugins/test_touchscreen.c
+++ b/apps/plugins/test_touchscreen.c
@@ -31,6 +31,12 @@
31#elif (CONFIG_KEYPAD == ONDAVX747_PAD) 31#elif (CONFIG_KEYPAD == ONDAVX747_PAD)
32#define TOUCHSCREEN_QUIT BUTTON_POWER 32#define TOUCHSCREEN_QUIT BUTTON_POWER
33#define TOUCHSCREEN_TOGGLE BUTTON_MENU 33#define TOUCHSCREEN_TOGGLE BUTTON_MENU
34#elif (CONFIG_KEYPAD == ANDROID_PAD)
35#define TOUCHSCREEN_QUIT BUTTON_BACK
36#define TOUCHSCREEN_TOGGLE BUTTON_MENU
37#elif (CONFIG_KEYPAD == SDL_PAD)
38#define TOUCHSCREEN_QUIT BUTTON_MIDLEFT
39#define TOUCHSCREEN_TOGGLE BUTTON_CENTER
34#endif 40#endif
35 41
36/* plugin entry point */ 42/* plugin entry point */