From: Damian <dam...@gm...> - 2010-06-23 21:27:50
|
I just updated to the latest svn version but the problem persists. As I said, i'm adding @Override public void touchesBegan(java.util.Set<org.xmlvm.iphone.UITouch> touches, org.xmlvm.iphone.UIEvent event) { System.out.println("touch"); } to class GLView (extends UIViewGL), but the function is never called. I'm using eclipse and trying it in the xmlvm java iphone emulator. Am I missing something? Is the click/touch working in the xmlvm emulator? Thanks! On Wed, Jun 23, 2010 at 3:08 AM, Panayotis Katsaloulis < pan...@pa...> wrote: > > On Jun 23, 2010, at 1:49 AM, Damian wrote: > > I'm using the iphone emulator and trying to capture touches and it seems > that there's something I'm doing wrong because It's just not working. > > I'm building the Opengl demo and everything works fine, but when I add the > following lines > > @Override > public void touchesBegan(java.util.Set<org.xmlvm.iphone.UITouch> > touches, org.xmlvm.iphone.UIEvent event) { > System.out.println("touch"); > } > > to class GLView (extends UIViewGL) the function is never executed. > Any idea? > > > Since there was a recent update to this method, did you try the latest SVN > version of XMLVM? > > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |