mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Skin engine: add "pitch" action to touch regions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22375 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
950534b13c
commit
8d013f5557
1 changed files with 3 additions and 1 deletions
|
|
@ -1099,7 +1099,7 @@ static struct touchaction touchactions[] = {
|
|||
{"menu", ACTION_WPS_MENU }, {"browse", ACTION_WPS_BROWSE },
|
||||
{"shuffle", ACTION_TOUCH_SHUFFLE }, {"repmode", ACTION_TOUCH_REPMODE },
|
||||
{"quickscreen", ACTION_WPS_QUICKSCREEN },{"contextmenu", ACTION_WPS_CONTEXT },
|
||||
{"playlist", ACTION_WPS_VIEW_PLAYLIST },
|
||||
{"playlist", ACTION_WPS_VIEW_PLAYLIST }, {"pitch", ACTION_WPS_PITCHSCREEN},
|
||||
};
|
||||
static int parse_touchregion(const char *wps_bufptr,
|
||||
struct wps_token *token, struct wps_data *wps_data)
|
||||
|
|
@ -1128,6 +1128,8 @@ static int parse_touchregion(const char *wps_bufptr,
|
|||
* repmode - cycle the repeat mode
|
||||
* quickscreen - go into the quickscreen
|
||||
* contextmenu - open the context menu
|
||||
* playlist - go into the playlist
|
||||
* pitch - go into the pitchscreen
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue