navigator_stop_swipe_start()

Stop the navigator from sending SWIPE_START events.

Synopsis:

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

Arguments:

Library:

libbps

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.