Re: Javafx causes jogl problem in mac
Posted by
runiter on
Mar 07, 2013; 9:01pm
URL: https://forum.jogamp.org/Javafx-causes-jogl-problem-in-mac-tp4028417p4028547.html
Never mind my last question. I realized that I needed to use the follow specialized wrappers
mouseWrapper = new JoglNewtMouseWrapper(canvas, new JoglNewtMouseManager(canvas));
keyboardWrapper = new JoglNewtKeyboardWrapper(canvas);
focusWrapper = new JoglNewtFocusWrapper(canvas);
It all works now. Next step is to see if Newt will fix the compatibility problem with Javafx in Mac OS X which was my original question.