summaryrefslogtreecommitdiff
path: root/apps/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.h')
-rw-r--r--apps/action.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/action.h b/apps/action.h
index 3e53b6d7a8..dd81d13818 100644
--- a/apps/action.h
+++ b/apps/action.h
@@ -295,4 +295,10 @@ intptr_t get_action_data(void);
295int action_get_touchscreen_press(short *x, short *y); 295int action_get_touchscreen_press(short *x, short *y);
296#endif 296#endif
297 297
298/* Don't let get_action*() return any ACTION_* values untill the current buttons
299 * have ben release. SYS_* and BUTTON_NONE will go through.
300 * Any actions relying on _RELEASE won't get seen
301 */
302void action_wait_for_release(void);
303
298#endif /* __ACTION_H__ */ 304#endif /* __ACTION_H__ */