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:
Aidan MacDonald 2021-08-21 18:03:10 +01:00
parent 9b5b9d6a6d
commit 9d7af45122
3 changed files with 25 additions and 17 deletions

View file

@ -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