summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/action.h b/apps/action.h
index bd66fcf6f9..7acaf9c005 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -237,8 +237,6 @@ int get_custom_action(int context,int timeout,
237 const struct button_mapping* (*get_context_map)(int)); 237 const struct button_mapping* (*get_context_map)(int));
238/* use if one of the standard CONTEXT_ mappings will work (ALL the core should be using this! */ 238/* use if one of the standard CONTEXT_ mappings will work (ALL the core should be using this! */
239int get_action(int context, int timeout); 239int get_action(int context, int timeout);
240/* call this whenever you leave your button loop */
241void action_signalscreenchange(void);
242 240
243/* call this if you need to check for ACTION_STD_CANCEL only (i.e user abort! */ 241/* call this if you need to check for ACTION_STD_CANCEL only (i.e user abort! */
244bool action_userabort(int timeout); 242bool action_userabort(int timeout);
@@ -253,8 +251,6 @@ bool is_keys_locked(void);
253 If button != NULL it will be set to the actual button code */ 251 If button != NULL it will be set to the actual button code */
254#define ACTION_REMOTE 0x1 /* remote was pressed */ 252#define ACTION_REMOTE 0x1 /* remote was pressed */
255#define ACTION_REPEAT 0x2 /* action was repeated (NOT button) */ 253#define ACTION_REPEAT 0x2 /* action was repeated (NOT button) */
256#define ACTION_IGNORING 0x4 /* action_signalscreenchange() was called \
257 waiting for BUTTON_REL */
258int get_action_statuscode(int *button); 254int get_action_statuscode(int *button);
259 255
260 256