mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 13:15:25 -05:00
Simply knowing that a touchscreen is present isn't that useful for themes. Having %Tp evaluate as true when in pointing mode and false in 3x3 mode is better. For example, themes can change their layout or hide touch UI elements when in 3x3 mode, or show a status icon. Although a similar effect can be achieved with the %St tag it's simpler to use %Tp for this purpose -- it can report the current mode, not just the user preference. Change-Id: Ie343c105970dca11864fa44c6a091ed8e9e35b3d |
||
|---|---|---|
| .. | ||
| Makefile | ||
| skin_buffer.c | ||
| skin_buffer.h | ||
| skin_buffer_debug.pl | ||
| skin_debug.c | ||
| skin_debug.h | ||
| skin_parser.c | ||
| skin_parser.h | ||
| skin_parser.make | ||
| skin_scan.c | ||
| skin_scan.h | ||
| SOURCES | ||
| symbols.h | ||
| tag_table.c | ||
| tag_table.h | ||