Screen rotation types

Graphics and Screen4.0 (8.x)Screen Graphics Subsystem Developer's GuideAPIProgrammingUtilities

Types of rotations

Synopsis:

#include <screen/screen.h>
enum {
    SCREEN_ROTATION_NONE = 0,
    SCREEN_ROTATION_90 = 90,
    SCREEN_ROTATION_180 = 180,
    SCREEN_ROTATION_270 = 270
};

Data:

SCREEN_ROTATION_NONE
No rotation.
SCREEN_ROTATION_90
A 90 degree rotation clockwise.
SCREEN_ROTATION_180
A 180 degree rotation clockwise.
SCREEN_ROTATION_270
A 270 degree rotation clockwise.

Library:

libscreen
Page updated: