Re: Simple example with Nifty
Posted by elect on Nov 08, 2013; 1:53pm
URL: https://forum.jogamp.org/Simple-example-with-Nifty-tp4030529p4030532.html
Ah, canvas.addMouseListener wants a mouseListener coming from the
java.awt.event
While my inputSystem extend the mouseListener coming from the
com.jogamp.newt.event
How should I do?