aboutsummaryrefslogtreecommitdiff
path: root/shell/menu/buttons_trimui.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/menu/buttons_trimui.h')
-rw-r--r--shell/menu/buttons_trimui.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/shell/menu/buttons_trimui.h b/shell/menu/buttons_trimui.h
new file mode 100644
index 0000000..36b548d
--- /dev/null
+++ b/shell/menu/buttons_trimui.h
@@ -0,0 +1,25 @@
+#ifndef BUTTONS_TRIMUI_H
+#define BUTTONS_TRIMUI_H
+#include <SDL/SDL.h>
+
+#define BTN_UP SDLK_UP
+#define BTN_RIGHT SDLK_RIGHT
+#define BTN_DOWN SDLK_DOWN
+#define BTN_LEFT SDLK_LEFT
+#define BTN_A SDLK_SPACE
+#define BTN_B SDLK_LCTRL
+#define BTN_X SDLK_LSHIFT
+#define BTN_Y SDLK_LALT
+#define BTN_L SDLK_TAB
+#define BTN_R SDLK_BACKSPACE
+#define BTN_START SDLK_RETURN
+#define BTN_SELECT SDLK_RCTRL
+#define BTN_MENU SDLK_ESCAPE
+
+#define BTN_L2 SDLK_END
+#define BTN_R2 SDLK_3
+#define BTN_VOLUMEUP SDLK_AMPERSAND
+#define BTN_VOLUMEDOWN SDLK_WORLD_73
+#define BTN_HOME SDLK_HOME
+
+#endif // BUTTONS_TRIMUI_H