summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-07-28 11:26:01 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-07-28 11:26:01 +0000
commitbb618dbd84389a8625244e97c5f61addd7870810 (patch)
treebffbb1d02597b1a732429c0fbbdcf1173dc60d87 /apps/action.h
parentb9f32302736031725a3885db2612b14af69c4dd5 (diff)
downloadrockbox-bb618dbd84389a8625244e97c5f61addd7870810.tar.gz
rockbox-bb618dbd84389a8625244e97c5f61addd7870810.zip
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.h1
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 {
250 ACTION_TOUCH_MUTE, 250 ACTION_TOUCH_MUTE,
251 ACTION_TOUCH_SCROLLBAR, 251 ACTION_TOUCH_SCROLLBAR,
252 ACTION_TOUCH_VOLUME, 252 ACTION_TOUCH_VOLUME,
253 ACTION_TOUCH_SOFTLOCK,
253#endif 254#endif
254 255
255 /* USB HID codes */ 256 /* USB HID codes */