Functions in
screen.h
Functions that are available for displays.
screen_get_display_modes()
Retrieve the display modes supported by a specified display.
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_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_wait_vsync()
Block the calling thread until the next vsync happens on the specified display.
Parent topic:
Displays (screen.h)