I'm trying to call dispatcher->ProcessEvents() inside a ThreadPoolTimer but events don't seem to get processed.
I'm essentially trying to do what is outlined in this article, http://msdn.microsoft.com/en-us/library/windows/apps/hh994934.aspx, at the very end, where it says, "As noted previously, you can also do this with a timer object that you have synchronized
to the display device's refresh signal."
Is there any example code for this?