Hi,
I know that Window & Display class have merged into single Display, but I'm wondering what happened to Window.isVSyncEnabled() method?
The method should be actually called haveWeTriedEnablingVsync(), because... well you can't check from opengl if vsync is enabled or not (well you can with Nvidia cards :roll: ).
So, in reality you cannot check for vsync.
Ok, makes sense. Thanks oNyx