diff options
Diffstat (limited to 'apps/action.h')
-rw-r--r-- | apps/action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/action.h b/apps/action.h index ec9727c120..9ef774de21 100644 --- a/apps/action.h +++ b/apps/action.h | |||
@@ -356,7 +356,7 @@ intptr_t get_action_data(void); | |||
356 | /* return BUTTON_NONE on error | 356 | /* return BUTTON_NONE on error |
357 | * BUTTON_REPEAT if repeated press | 357 | * BUTTON_REPEAT if repeated press |
358 | * BUTTON_REPEAT|BUTTON_REL if release after repeated press | 358 | * BUTTON_REPEAT|BUTTON_REL if release after repeated press |
359 | * BUTTON_REL if its a short press = release after press | 359 | * BUTTON_REL if it's a short press = release after press |
360 | * BUTTON_TOUCHSCREEN if press | 360 | * BUTTON_TOUCHSCREEN if press |
361 | */ | 361 | */ |
362 | int action_get_touchscreen_press(short *x, short *y); | 362 | int action_get_touchscreen_press(short *x, short *y); |