Get the keyboard state from a navigator event.
#include <bps/navigator.h>
BPS_API int navigator_event_get_keyboard_state(bps_event_t *event)
BlackBerry 10.0.0
The NAVIGATOR_KEYBOARD_STATE event.
The navigator_event_get_keyboard_state() function extracts the keyboard state from a NAVIGATOR_KEYBOARD_STATE event. The result is one of the values of the navigator_keyboard_state_t enum.
The state of the keyboard or BPS_FAILURE if there was an error.