Turns keyboard tracking on or off.
#include <bps/navigator.h>
BPS_API int navigator_set_keyboard_tracking(bool track)
BlackBerry 10.0.0
Whether to turn tracking on or off.
The navigator_set_keyboard_tracking() function turns keyboard tracking on or off. When keyboard tracking is on, the application will receive additional NAVIGATOR_KEYBOARD_POSITION events as the keyboard is sliding. These additional events are only sent if the application is currently full-screen.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.