diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-13 23:17:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-13 23:17:39 +0300 |
commit | 12b1ca3236aa167c007c6c87e0d2f2d06c495821 (patch) | |
tree | 71471cdb910c3d0990c4c9bac4c97396e7d472a5 /include | |
parent | cbae2baa412437b624a1f01671ec16d9fdc358bb (diff) |
Hacking on iOS keyboard handling
Change-Id: I0d842cc951cb5a3e7e990f835f541ccf1bd89df6
Diffstat (limited to 'include')
-rw-r--r-- | include/touch/touch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/touch/touch.h b/include/touch/touch.h index ebe4b19b8084..1f0d7efa40b0 100644 --- a/include/touch/touch.h +++ b/include/touch/touch.h @@ -39,6 +39,7 @@ void touch_ui_damaged(int minX, int minY, int width, int height); void touch_ui_show_keyboard(); void touch_ui_hide_keyboard(); +bool touch_ui_keyboard_visible(); // 2) Those implmented in the lower layers to be called by the upper // layer, in cases where we don't want to include a bunch of the |