RADLib
RADical C++ application framework
RADDisplay Namespace Reference

Classes

struct  DisplayPaths
 Filesystem roots used for display discovery. More...
 
struct  DisplayCapabilities
 Display backend capability flags. More...
 
struct  DisplayInfo
 Connector or framebuffer summary. More...
 
struct  BacklightInfo
 Backlight device summary. More...
 
class  DisplayManager
 Display discovery and control helpers. More...
 

Enumerations

enum class  Orientation { Landscape0 , Portrait90 , Landscape180 , Portrait270 }
 Rotation/orientation value. More...
 

Enumeration Type Documentation

◆ Orientation

Rotation/orientation value.

Enumerator
Landscape0 

No rotation.

Portrait90 

Rotate clockwise 90 degrees.

Landscape180 

Rotate 180 degrees.

Portrait270 

Rotate clockwise 270 degrees.