1
Feature requests / Re: CVDisplayLink and CADisplay link for osx and ios
« on: August 25, 2014, 06:28:28 pm »I've no idea what you want to do but SFML already provide sf::Window::getSystemHandle which gives you either a NSWindow or a NSView and therefore access to the NSOpenGLView subview (on os x).
I can't believe I missed that. Thanks lol.
I mostly want it in because its the 'right' way of doing things when it comes to OSX/iOS. I also have a bad feeling it's going to mess with my game's interpolation (http://www.danielborgmann.eu/2010/09/fixed-timestep-with-interpolation-part.html) on high hz monitors. It also helps me avoid hard coding in a 'refresh rate' for the screen (or doing extensive research on how to get/estimate the refresh rate).