I need to implement an application that using top level window to display image on desk for 5th and ^3.
And I have used EnableReceiptOfFocus(EFalse) to make this window disabling receipt of keyboard focus.
What can I do for making the window not to handle the touch event but process the touch event to the icons that it covered?
PS: for example, the image is transparent, full screen and on the top of the desk. and user can see the application icons on the desk behide the transparent image(top level window). and user can touch the icon although there are a top level window. Now, because of the top level window, user can not touch the application icons that behide the image. what should I do?



