Functions in screen.h
Functions that are available for displays.
Related links
- Displays (screen.h)
A display represents the physical display hardware such as a monitor or touch screen display.
- screen_set_display_property_cv()
Set the value of the specified display property of type char.
- screen_set_display_property_iv()
Set the value of the specified display property of type integer.
- screen_set_display_property_llv()
Set the value of the specified display property of type long long integer.
- screen_set_display_property_pv()
Set the value of the specified display property of type void*.
- screen_get_display_property_cv()
Retrieve the current value of the specified display property of type char.
- screen_get_display_property_iv()
Retrieve the current value of the specified display property of type integer.
- screen_get_display_property_llv()
Retrieve the current value of the specified display property of type long long integer.
- screen_get_display_property_pv()
Retrieve the current value of the specified display property of type void*.
- screen_get_display_modes()
Retrieve the display modes supported by a specified display.
- screen_wait_vsync()
Block the calling thread until the next vsync happens on the specified display.