From: Panayotis K. <pan...@pa...> - 2010-06-23 06:08:35
|
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? |