Stop receiving libscreen events.
#include <bps/screen.h>
BPS_API int screen_stop_events(screen_context_t context)
BlackBerry 10.0.0
The libscreen context that was passed to screen_request_events().
The screen_stop_events() function stops libscreen events from being delivered to the application using BPS. You should call this function after you call screen_request_events() for the first time, and before you call screen_request_events() again.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.