From c1267dc70088474731ab360244d90340d7c877ad Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 15 May 2009 05:36:16 +0000 Subject: allow the user to change the shuffle and repeat modes from the touchscreen, update the mr500 default wps to show how to do it (hint, press the shuffle/rep icon) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20937 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/action.h') diff --git a/apps/action.h b/apps/action.h index 743e1470dc..bd215debb8 100644 --- a/apps/action.h +++ b/apps/action.h @@ -228,6 +228,14 @@ enum { ACTION_KBD_DOWN, ACTION_KBD_MORSE_INPUT, ACTION_KBD_MORSE_SELECT, + +#ifdef HAVE_TOUCHSCREEN + /* the following are helper actions for touchscreen targets, + * These are for actions which are not doable or required if buttons are + * being used, but are nice additions if the touchscreen is used */ + ACTION_TOUCH_SHUFFLE, + ACTION_TOUCH_REPMODE, +#endif LAST_ACTION_PLACEHOLDER, /* custom actions should be this + something */ -- cgit v1.2.3