Blocks :
|
In my application a have a scene with imageViews that sometimes occur to be behind the 'camera' so they are not visible on the projection plane. However, clicks are still delivered to them. This shouldn't happen. Run attached application and click on the image. Two debug prints are made. Then comment out lines 37-44 (first ImageView) and run again. No image is shown on scene but click is still delivered.
|