Screen mode types

Updated: April 19, 2023

The screen mode types

Synopsis:

#include <screen/screen.h>
enum {
    SCREEN_MODE_PREFERRED = 0x1
};

Data:

SCREEN_MODE_PREFERRED
The indicator that specifies the display mode as the preferred mode.

Used in the flags of screen_display_mode_t.

Library:

libscreen