vertical retrace

Started by
2 comments, last by ms75214 12 years, 2 months ago
is there a way to tell sfml to sync to the vertical retrace?
Advertisement

Have you tried the [color=#000000][font=monospace, fixed]EnableVerticalSync-method from the Window-class?[/font]

App.UseVerticalSync([color=#5050FF]true);

App.UseVerticalSync([color=#5050FF]true);


thx. it worked.

This topic is closed to new replies.

Advertisement