Hi Christian and other iOS users, I'm ready to merge Christian's changes to the OSG-3.2 branch and svn/trunk but would like some feedback from other iOS users as I can't really judge the merits on iOS changes as I've got no experience with it. If it looks fine could you just give me the thumbs up and I'll go ahead and merge.
Thanks, Robert. 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
