forked from len0rd/rockbox
Make volume and progresssbar touch regions work with touch timeouts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29918 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3071b2bde1
commit
645ffa9beb
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ int skin_get_touchaction(struct wps_data *data, int* edge_offset,
|
|||
}
|
||||
temp = r;
|
||||
returncode = r->action;
|
||||
r->last_press = current_tick;
|
||||
break;
|
||||
default:
|
||||
if (r->armed && ((repeated && needs_repeat) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue