ThePhD / infoware

C++ Library for pulling system and hardware information, without hitting the command line.
Creative Commons Zero v1.0 Universal
412 stars 85 forks source link

Display refresh rates on Darwin #23

Open nabijaczleweli opened 5 years ago

nabijaczleweli commented 5 years ago

The Carbon/Quartz API says it only supports:

The refresh rate, in hertz, of the specified display mode for a CRT display. Some displays may not use conventional video vertical and horizontal sweep in painting the screen; for these displays, the return value is 0.

It'd be lovely to circumvent that somehow

Previous instalments: #22, #17