Fix typo in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25681 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8173fed6d9
commit
b085ccd309
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ intptr_t get_action_data(void);
|
||||||
/* return BUTTON_NONE on error
|
/* return BUTTON_NONE on error
|
||||||
* BUTTON_REPEAT if repeated press
|
* BUTTON_REPEAT if repeated press
|
||||||
* BUTTON_REPEAT|BUTTON_REL if release after repeated press
|
* BUTTON_REPEAT|BUTTON_REL if release after repeated press
|
||||||
* BUTTON_REL if its a short press = release after press
|
* BUTTON_REL if it's a short press = release after press
|
||||||
* BUTTON_TOUCHSCREEN if press
|
* BUTTON_TOUCHSCREEN if press
|
||||||
*/
|
*/
|
||||||
int action_get_touchscreen_press(short *x, short *y);
|
int action_get_touchscreen_press(short *x, short *y);
|
||||||
|
|
Loading…
Reference in a new issue