virtualkeyboard_get_height()
Get the height of the virtual keyboard.
Synopsis:
#include <bps/virtualkeyboard.h>
BPS_API int virtualkeyboard_get_height(int *pixels)
Arguments:
- pixels
-
The height of the virtual keyboard (in pixels).
Library:
libbpsDescription:
The virtualkeyboard_get_height() function gets the height of the virtual keyboard.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.