I am just about finished my options screen, the only thing I need is some way of detecting if Vsync is enabled or not.
I’m using LibGdx 1.5. I have tried to find an access to wglSwapIntervals, but haven’t found one. Libgdxs API only allows a setVsync options that accepts a Boolean.
If anyone could shed some light on this, it would be greatly appreciated!