virtualkeyboard_event_get_height()
Get the virtual keyboard height.
Synopsis:
#include <bps/virtualkeyboard.h>
BPS_API int virtualkeyboard_event_get_height(bps_event_t *event)
Since:
BlackBerry 10.0.0
Arguments:
- event
-
The event to get the virtual keyboard height from.
Library:
libbpsDescription:
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.
Returns:
The virtual keyboard height (in pixels).