navigator_request_swipe_start()

Send a navigator SWIPE_START request.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_request_swipe_start()

Since:

BlackBerry 10.0.0

Arguments:

Library:

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

Description:

The navigator_request_swipe_start() function sends a navigator SWIPE_START request. The navigator will send SWIPE_START events instead of SWIPE_DOWN events.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.