Is there a cross platform way to get the monitor's refresh rate in python (2.6)? I'm using Pygame and PyOpenGL, if that helps.
I don't need to change the refresh rate, I just need to know what it is.
feedback
|
|
I am not sure about the platform you use, but on window you can use ctypes or win32api to get details about devices e.g. using win32api
output on my system:
| |||
|
feedback
|