Get the virtual keyboard height.
#include <bps/virtualkeyboard.h>
BPS_API int virtualkeyboard_event_get_height(bps_event_t *event)
BlackBerry 10.0.0
The event to get the virtual keyboard height from.
The virtualkeyboard_event_get_height() function gets the keyboard height from a VIRTUALKEYBOARD_EVENT_INFO event. The keyboard height is dynamic and varies depending on whether the device is in portrait or landscape mode.
The virtual keyboard height (in pixels).