navigator_done_orientation()

Indicate that your application is finished rotating.

Synopsis:

#include <bps/navigator.h>
 
BPS_API void navigator_done_orientation(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The original NAVIGATOR_ORIENTATION event.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The navigator_done_orientation() function indicates to the navigator that your application is finished rotating. After receiving a NAVIGATOR_ORIENTATION event, and after your application has resized its screen, this function lets the navigator know that you are finished your rotation.

Returns: