This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11972 - touchregion changes arent in the manual
Attached to Project:
Rockbox
Opened by Jonathan Gordon (jdgordon) - Monday, 28 February 2011, 12:27 GMT+2
Opened by Jonathan Gordon (jdgordon) - Monday, 28 February 2011, 12:27 GMT+2
|
Detailsrecent %Tl and %T changes need adding to the manual... didnt want to fiddle with the table.
The change is now that both those tags accept as their first param a label which links them. %T(foo, 0,50,25,25, volup) %?Tl(foo, 1)<helllo|goodbye> So that conditional will only go true when that foo region is pressed. the label is optional on both, if it is missing on the %Tl then it acts as now (timeout since last press on anywhere on the screen) |
This task depends upon
And the setting_set option which is like setting_inc/dec except it changes the setting to a specific value (given after the setting name) e.g %T(10,20,32,32,setting_set, repeat, off)