Screen display mode flags
The screen display mode flags
Synopsis:
#include <screen/screen.h>
enum {
SCREEN_DISPLAY_MODE_PREFERRED = 0x1,
SCREEN_DISPLAY_MODE_FORMAT_VALID = 0x2,
SCREEN_DISPLAY_MODE_REFRESH_VALID = 0x4
};Data:
- SCREEN_DISPLAY_MODE_PREFERRED
- The indicator that specifies the display mode as the preferred mode.
- SCREEN_DISPLAY_MODE_FORMAT_VALID
- The indicator that specifies that the display mode format value is valid.
- SCREEN_DISPLAY_MODE_REFRESH_VALID
- The indicator that specifies that the display mode refresh value is valid.
Library:
libscreenPage updated:
