summaryrefslogtreecommitdiffstats
path: root/uisimulator/buttonmap
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-02-16 22:10:22 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2014-02-16 22:10:22 +0100
commitcefaa46573c487a38a7025c737a46fcecc76db4e (patch)
tree39dfd758aaf8cf067294de975db9cd209f07d432 /uisimulator/buttonmap
parentdb392245e2524085bbfb67b09fa1e6634752c529 (diff)
downloadrockbox-cefaa46573c487a38a7025c737a46fcecc76db4e.tar.gz
rockbox-cefaa46573c487a38a7025c737a46fcecc76db4e.zip
zenxfistyle: add simulator bitmap and button map
Change-Id: I68a107887e6b1563b6c5ab425e98be7e012e7976
Diffstat (limited to 'uisimulator/buttonmap')
-rw-r--r--uisimulator/buttonmap/creative-zen.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/uisimulator/buttonmap/creative-zen.c b/uisimulator/buttonmap/creative-zen.c
index e8f07b4e94..fa54aadb47 100644
--- a/uisimulator/buttonmap/creative-zen.c
+++ b/uisimulator/buttonmap/creative-zen.c
@@ -129,6 +129,19 @@ struct button_map bm[] = {
{ SDLK_PAGEDOWN, 101, 313, 15, "Play" },
{ 0, 0, 0, 0, "None" }
};
+#elif defined(CREATIVE_ZENXFISTYLE)
+struct button_map bm[] = {
+ { SDLK_LEFT, 437, 157, 13, "Left" },
+ { SDLK_RIGHT, 504, 157, 13, "Right" },
+ { SDLK_UP, 471, 125, 13, "Up" },
+ { SDLK_DOWN, 471, 192, 13, "Down" },
+ { SDLK_RETURN, 471, 157, 25, "Select" },
+ { SDLK_HOME, 447, 57, 15, "Back" },
+ { SDLK_PAGEUP, 495, 57, 15, "Menu" },
+ { SDLK_END, 447, 259, 15, "Shortcut" },
+ { SDLK_PAGEDOWN, 495, 259, 15, "Play" },
+ { 0, 0, 0, 0, "None" }
+};
#else
#error please define button map
#endif