CADisplayLink

Hi all, i wonder if anyone know a way to implement CADisplayLink in Xojo?

Xojo would probably need to do that since it requires adding to the run loop. You might be able to accomplish this with declares but I imagine all kinds of badness happening if you do it incorrectly.

I could just add them for next plugin version.

2 Likes

Thank you for adding! Do you have a little example project?

See CADisplayLinkMBS

CADisplayLink timer.xojo_binary_project.zip (5.3 KB)

1 Like

Thank you!