navigator_invoke_event_get_list_cursor_direction()

Get the direction of movement from NAVIGATOR_INVOKE_LIST_CURSOR_MOVED events.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API int navigator_invoke_event_get_list_cursor_direction(bps_event_t *event)

Since:

BlackBerry 10.2.0

Arguments:

event

The NAVIGATOR_INVOKE_LIST_CURSOR_MOVED event.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The navigator_invoke_event_get_list_cursor_direction() function returns the direction in which the list item cursor should move.

Returns:

The direction of movement in the list upon success, BPS_FAILURE with errno set otherwise.