Hi,
I'd like to take a screen capture from my device screen.
I'm currently doing something like this:
CCoeEnv::Static()->ScreenDevice()->CopyScreenToBitmap(screenBitmap);
The problem with this is, that the resulting bitmap excludes possible pointer and / or cursor.
Any idea howto get cursors and pointers as well to the screen shot?



