Get the keyboard position from a navigator event.
#include <bps/navigator.h>
BPS_API int navigator_event_get_keyboard_position(bps_event_t *event)
BlackBerry 10.0.0
The NAVIGATOR_KEYBOARD_POSITION event.
The navigator_event_get_keyboard_position() function extracts the keyboard position from a NAVIGATOR_KEYBOARD_POSITION event. The keyboard position is the y offset in pixels of the top of the keyboard.
The y offset in pixels of the top of the keyboard or BPS_FAILURE if there was an error.