Thanks Christian, changes now merged and submitted to svn/trunk and OSG-3.2
branch.

On 19 July 2013 16:45, Christian Ruzicka <[email protected]> wrote:

> Hi,
>
> with the current touch implementation on iOS the touches are not forwarded
> to parent views because the base implementation is not called. Also see the
> "Best Practices" in the iOS documentation for event handling:
>
>
> http://developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/multitouch_background/multitouch_background.html
>
> "If you handle events in a subclass of any other UIKit responder class:
> - You do not have to implement all of the event handling methods.
> - In the methods you do implement, be sure to call the superclass
> implementation. For example, [super touchesBegan:touches withEvent:event]."
>
> I added the missing lines and tested it with OSG 3.1.9 and iOS SDK 6.1.
>
> Thank you!
>
> Cheers,
> Christian
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=55300#55300
>
>
>
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
>
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to