diff options
Diffstat (limited to 'src/androidgui.h')
| -rw-r--r-- | src/androidgui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/androidgui.h b/src/androidgui.h index 02cc73809b9..9e604cdcb8c 100644 --- a/src/androidgui.h +++ b/src/androidgui.h | |||
| @@ -277,6 +277,10 @@ struct android_key_event | |||
| 277 | /* If this field is -1, then android_lookup_string should be called | 277 | /* If this field is -1, then android_lookup_string should be called |
| 278 | to retrieve the associated individual characters. */ | 278 | to retrieve the associated individual characters. */ |
| 279 | unsigned int unicode_char; | 279 | unsigned int unicode_char; |
| 280 | |||
| 281 | /* If this field is non-zero, a text conversion barrier should be | ||
| 282 | generated with its value as the counter. */ | ||
| 283 | unsigned long counter; | ||
| 280 | }; | 284 | }; |
| 281 | 285 | ||
| 282 | typedef struct android_key_event android_key_pressed_event; | 286 | typedef struct android_key_event android_key_pressed_event; |