navigator_stop_swipe_start()

Stop the navigator from sending SWIPE_START events.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_stop_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_stop_swipe_start() function stops the navigator from sending SWIPE_START events. The navigator will return to sending SWIPE_DOWN events. (see navigator_request_swipe_start())

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.