Add lo_keyboard_did_hide() and improve comment
Change-Id: I20ae40fa03079d69f7ce9e71fa4ef6264e8d84a4
This commit is contained in:
@@ -14,10 +14,12 @@
|
|||||||
|
|
||||||
#if !HAVE_FEATURE_DESKTOP
|
#if !HAVE_FEATURE_DESKTOP
|
||||||
|
|
||||||
// Functions to be implemented by the upper/medium layers on
|
// Functions to be implemented by the app-specifc upper or less
|
||||||
// non-desktop touch-based platforms, with the same API on each such
|
// app-specific but platform-specific medium layer on touch-based
|
||||||
// platform. Note that these are just declared here in this header in
|
// platforms. The same API is used on each such platform. There are
|
||||||
// the "touch" module, the per-platform implementations are elsewhere.
|
// called from low level LibreOffice code. Note that these are just
|
||||||
|
// declared here in this header in the "touch" module, the
|
||||||
|
// per-platform implementations are elsewhere.
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@@ -26,6 +28,11 @@ extern "C" {
|
|||||||
void lo_show_keyboard();
|
void lo_show_keyboard();
|
||||||
void lo_hide_keyboard();
|
void lo_hide_keyboard();
|
||||||
|
|
||||||
|
// Functions to be implemented in the medium platform-specific layer
|
||||||
|
// to be called from the app-specific UI layer.
|
||||||
|
|
||||||
|
void lo_keyboard_did_hide();
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user