Fastest way to take a screenshot?

Monkey Forums/Monkey Beginners/Fastest way to take a screenshot?

RENGAC(Posted 2013) [#1]
Hi!
ANyone knows a faster way to take a screenshot than "ReadPixels(intArray, 0, 0, DeviceWidth(),DeviceHeight())"?
Thanks!


Paul - Taiphoz(Posted 2013) [#2]
you can do it on a device really quick, if your building for android or ios, just run it on the phone/tablet then use its in built screen grab function, but if its something you need to do in code then I think your readpixels is the only way to go.