screen_display_t
Graphics and Screen4.0 (8.x)Screen Graphics Subsystem Developer's GuideAPIProgrammingUtilities
A handle to the display (or displays) associated with the Screen context
Synopsis:
#include <screen/screen.h>
typedef struct _screen_display* screen_display_t;
Library:
libscreenDescription:
A display refers to a physical device, such as a touchscreen, that presents images to viewers. Use this handle to gain access to display properties (e.g., brightness, DPI, video mode).
For more information, see the Displaying the contents of windows chapter of the Screen Developer's Guide or the Displays section of the library reference.
Page updated: