forked from len0rd/rockbox
Make the yes/no screen useable in the stylus touchscreen mode, add 2 soft-buttons. Also make bottom left yes in grid mode to line up with the new button
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27890 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6b85f18b64
commit
1d613bee0f
2 changed files with 36 additions and 1 deletions
|
@ -173,6 +173,7 @@ static const struct button_mapping button_context_settings_right_is_inc[] = {
|
|||
|
||||
static const struct button_mapping button_context_yesno[] = {
|
||||
{ ACTION_YESNO_ACCEPT, BUTTON_TOPRIGHT, BUTTON_NONE },
|
||||
{ ACTION_YESNO_ACCEPT, BUTTON_BOTTOMLEFT, BUTTON_NONE },
|
||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM2|CONTEXT_YESNOSCREEN)
|
||||
}; /* button_context_settings_yesno */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue