summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/pacbox/pacbox.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 55ae5b8..dc0017e 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -153,16 +153,16 @@
#ifdef HAVE_TOUCHPAD
#ifndef PACMAN_UP
-#define PACMAN_UP BUTTON_TOPMIDDLE
+#define PACMAN_UP BUTTON_MIDRIGHT
#endif
#ifndef PACMAN_DOWN
-#define PACMAN_DOWN BUTTON_BOTTOMMIDDLE
+#define PACMAN_DOWN BUTTON_MIDLEFT
#endif
#ifndef PACMAN_LEFT
-#define PACMAN_LEFT BUTTON_MIDLEFT
+#define PACMAN_LEFT BUTTON_TOPMIDDLE
#endif
#ifndef PACMAN_RIGHT
-#define PACMAN_RIGHT BUTTON_MIDRIGHT
+#define PACMAN_RIGHT BUTTON_BOTTOMMIDDLE
#endif
#ifndef PACMAN_1UP
#define PACMAN_1UP BUTTON_BOTTOMLEFT
@@ -171,7 +171,7 @@
#define PACMAN_2UP BUTTON_BOTTOMRIGHT
#endif
#ifndef PACMAN_COIN
-#define PACMAN_COIN BUTTON_CENTER
+#define PACMAN_COIN BUTTON_CENTER
#endif
#ifndef PACMAN_MENU
#define PACMAN_MENU (BUTTON_TOPLEFT|BUTTON_REL)