Block the calling thread until the next vsync happens on the specified display
#include <screen/screen.h>
int screen_wait_vsync(screen_display_t display)
Function Type: Immediate Execution
This function blocks the calling thread and returns when the next vsync operation occurs on the specified display.
0 if successful, or -1 if an error occurred (errno is set; refer to errno.h for more details).