navigator_event_get_orientation_size_height()
Get the height from a navigator orientation size event.
Synopsis:
#include <bps/navigator.h>
BPS_API int navigator_event_get_orientation_size_height(bps_event_t *event)
Since:
BlackBerry 10.0.0
Arguments:
- event
-
The NAVIGATOR_ORIENTATION_SIZE event.
Library:
libbpsDescription:
The navigator_event_get_orientation_size_height() function extracts the height from a NAVIGATOR_ORIENTATION_SIZE event.
Returns:
The height of the window after rotation, in pixels.