mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
touchscreen: Allow progress bars to be used in the .sbs
Progress bars (for seeking in the current track) can now be used on the .sbs skin. Change-Id: I42377b16036ca4ca8017ecfa2bdab08bd0fa1e64
This commit is contained in:
parent
9b5b9d6a6d
commit
9d7af45122
3 changed files with 25 additions and 17 deletions
|
|
@ -115,7 +115,8 @@ int fms_do_button_loop(bool update_screen)
|
|||
case ACTION_STD_MENU:
|
||||
return ACTION_FM_MENU;
|
||||
case ACTION_TOUCH_SCROLLBAR:
|
||||
/* TODO */
|
||||
/* TODO - skin_get_touchaction has this hardcoded to seek in
|
||||
* current track, refactor it if this is ever implemented. */
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue