navigator_event_get_window_cover_width()
Get the width of the window cover.
Synopsis:
#include <bps/navigator.h>
BPS_API int navigator_event_get_window_cover_width(bps_event_t *event)
Arguments:
- event
-
The NAVIGATOR_WINDOW_COVER event.
Library:
libbpsDescription:
The function navigator_event_get_window_cover_width() extract the width of the window cover from a NAVIGATOR_WINDOW_COVER event.
Returns:
On success, the width of the window cover. Otherwise, BPS_FAILURE with errno set.