summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-touchscreen.c
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-08-10 21:27:28 +0100
committerAidan MacDonald <amachronic@protonmail.com>2021-08-10 22:48:26 +0100
commit69420e796c4008b8923b8241ab3e154442735678 (patch)
treea43ee2f15a1fa38faa8a1e0967d07b0d3e41b832 /apps/keymaps/keymap-touchscreen.c
parenta8063054f90b6f134a8bac089667356b8e974a38 (diff)
downloadrockbox-69420e796c4008b8923b8241ab3e154442735678.tar.gz
rockbox-69420e796c4008b8923b8241ab3e154442735678.zip
touchscreen: Use pointing mode in the yes/no screen
Seems to fix the unintuitive / inaccurate behavior of this screen. Rejigger the generic touchscreen keymap because the 3x3 buttons are no longer used. Also map physical keys for yes/no on the Q1. Change-Id: I2ed633896b87030fa654d47d9d02929b849495da
Diffstat (limited to 'apps/keymaps/keymap-touchscreen.c')
-rw-r--r--apps/keymaps/keymap-touchscreen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/keymaps/keymap-touchscreen.c b/apps/keymaps/keymap-touchscreen.c
index 6163cb054c..c70aea2651 100644
--- a/apps/keymaps/keymap-touchscreen.c
+++ b/apps/keymaps/keymap-touchscreen.c
@@ -179,8 +179,6 @@ static const struct button_mapping button_context_mainmenu[] =
179 179
180 180
181static const struct button_mapping button_context_yesno[] = { 181static const struct button_mapping button_context_yesno[] = {
182 { ACTION_YESNO_ACCEPT, BUTTON_TOPRIGHT, BUTTON_NONE },
183 { ACTION_YESNO_ACCEPT, BUTTON_BOTTOMLEFT, BUTTON_NONE },
184 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM2|CONTEXT_YESNOSCREEN) 182 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM2|CONTEXT_YESNOSCREEN)
185}; /* button_context_settings_yesno */ 183}; /* button_context_settings_yesno */
186 184