diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2011-07-28 11:26:01 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2011-07-28 11:26:01 +0000 |
commit | bb618dbd84389a8625244e97c5f61addd7870810 (patch) | |
tree | bffbb1d02597b1a732429c0fbbdcf1173dc60d87 /apps/action.h | |
parent | b9f32302736031725a3885db2612b14af69c4dd5 (diff) |
skin engine softlock support for touchscreens:
Modify the %Tl() tag to add a new region 'lock' which will lock/unlock the wps/sbs from touches (hardware buttons still work)
You can also specify a region to work when locked by prepending ^ to the action name (this is probably about to change though)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30218 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/action.h')
-rw-r--r-- | apps/action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h index e380b1289a..ccf3313841 100644 --- a/apps/action.h +++ b/apps/action.h @@ -250,6 +250,7 @@ enum { ACTION_TOUCH_MUTE, ACTION_TOUCH_SCROLLBAR, ACTION_TOUCH_VOLUME, + ACTION_TOUCH_SOFTLOCK, #endif /* USB HID codes */ |