summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h8
1 files changed, 8 insertions, 0 deletions
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 {
228 ACTION_KBD_DOWN, 228 ACTION_KBD_DOWN,
229 ACTION_KBD_MORSE_INPUT, 229 ACTION_KBD_MORSE_INPUT,
230 ACTION_KBD_MORSE_SELECT, 230 ACTION_KBD_MORSE_SELECT,
231
232#ifdef HAVE_TOUCHSCREEN
233 /* the following are helper actions for touchscreen targets,
234 * These are for actions which are not doable or required if buttons are
235 * being used, but are nice additions if the touchscreen is used */
236 ACTION_TOUCH_SHUFFLE,
237 ACTION_TOUCH_REPMODE,
238#endif
231 239
232 240
233 LAST_ACTION_PLACEHOLDER, /* custom actions should be this + something */ 241 LAST_ACTION_PLACEHOLDER, /* custom actions should be this + something */