Get the direction of movement from NAVIGATOR_INVOKE_LIST_CURSOR_MOVED events.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_event_get_list_cursor_direction(bps_event_t *event)
BlackBerry 10.2.0
The NAVIGATOR_INVOKE_LIST_CURSOR_MOVED event.
The navigator_invoke_event_get_list_cursor_direction() function returns the direction in which the list item cursor should move.
The direction of movement in the list upon success, BPS_FAILURE with errno set otherwise.