virtualkeyboard_get_height()

Get the height of the virtual keyboard.

Synopsis:

#include <bps/virtualkeyboard.h>
 
BPS_API int virtualkeyboard_get_height(int *pixels)

Since:

BlackBerry 10.0.0

Arguments:

pixels

The height of the virtual keyboard (in pixels).

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The virtualkeyboard_get_height() function gets the height of the virtual keyboard.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.