From 2244305335215d3166cdd8463c00b0ea8a0bb7a2 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 25 Oct 2017 21:05:40 +0200 Subject: Sansa Clip+ Clip V1, V2 updated simulator images Submitted on behalf of user CH23 https://imgur.com/a/L5sOj Change-Id: I1b4c3639dfef158459bc5d6c8ccef2582ba30d5b --- uisimulator/buttonmap/sansa-clip.c | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) mode change 100644 => 100755 uisimulator/buttonmap/sansa-clip.c (limited to 'uisimulator/buttonmap/sansa-clip.c') diff --git a/uisimulator/buttonmap/sansa-clip.c b/uisimulator/buttonmap/sansa-clip.c old mode 100644 new mode 100755 index e6136a4224..8a2ca9f3ca --- a/uisimulator/buttonmap/sansa-clip.c +++ b/uisimulator/buttonmap/sansa-clip.c @@ -82,12 +82,17 @@ struct button_map bm[] = { }; #else struct button_map bm[] = { - { SDLK_KP_MULTIPLY, 165, 158, 17, "Home" }, - { SDLK_KP5, 102, 230, 29, "Select" }, - { SDLK_KP8, 100, 179, 25, "Play" }, - { SDLK_KP4, 53, 231, 21, "Left" }, - { SDLK_KP6, 147, 232, 19, "Right" }, - { SDLK_KP2, 105, 275, 22, "Menu" }, + { SDLK_KP_MULTIPLY, 166, 158, 12, "Home" }, + { SDLK_KP5, 101, 233, 19, "Select" }, + /* multiple entries allow rectangular regions */ + { SDLK_KP8, 98, 194, 19, "Play" }, + { SDLK_KP8, 104, 194, 19, "Play" }, + { SDLK_KP4, 62, 230, 19, "Left" }, + { SDLK_KP4, 62, 236, 19, "Left" }, + { SDLK_KP6, 140, 230, 19, "Right" }, + { SDLK_KP6, 140, 236, 19, "Right" }, + { SDLK_KP2, 98, 272, 19, "Menu" }, + { SDLK_KP2, 104, 272, 19, "Menu" }, { 0, 0, 0, 0, "None" } }; #endif -- cgit v1.2.3