I would really like to use this windows platform specific function to draw images with. I need to flip and scale them 20-30 times a second and the built in juce ones do not appear to be accelerated.
I am looking for some guidance on how to expose/access this. Ideally I could just use the g.drawImage pattern from juce, and on windows it would end up using StretchBlit.
Thanks for any help.
dan