Application orientations.
Synopsis:
#include <bps/navigator.h>
enumĀ {
NAVIGATOR_TOP_UP = 0
NAVIGATOR_RIGHT_UP = 90
NAVIGATOR_BOTTOM_UP = 180
NAVIGATOR_LEFT_UP = 270
};
Data:
- NAVIGATOR_TOP_UP
- Indicate that the "top" edge of the application is facing up on the screen (the application appears to be correctly oriented).
- NAVIGATOR_RIGHT_UP
- Indicate that the "right" edge of the application is facing up on the screen (the application appears to be lying on its left side).
- NAVIGATOR_BOTTOM_UP
- Indicate that the "bottom" edge of the application is facing up on the screen (the application appears to be upside-down).
- NAVIGATOR_LEFT_UP
- Indicate that the "left" edge of the application is facing up on the screen (the application appears to be lying on its right side).
Library:
libbps (For the qcc command, use the -l bps option to link against this library)
Description:
This enumeration defines the different orentations that the application can be in relative to the screen of the device.