Re: JOGL 2 support for Ardor3D, JMonkeyEngine 3, jzy3d and NiftyGUI
Posted by
Sven Gothel on
Nov 04, 2012; 3:26pm
URL: https://forum.jogamp.org/JOGL-2-support-for-Ardor3D-JMonkeyEngine-3-jzy3d-and-NiftyGUI-tp1706747p4026759.html
On 11/04/2012 12:45 PM, gouessej [via jogamp] wrote:
> How can I make a distinction between an event coming from a touch screen and
> an event coming from a real mouse? Does an event coming from the mouse always
> have a pressure set to zero?
That is a good question, right now I don't know.
On Android we only have either or machines set-up right now
and sadly I have non X11 machine avail w/ touch.
At least I could add a 2nd mouse/pointer I guess to test multi pointers on X11 .. etc.
Maybe it is a good idea to have something like 'enum PointerType getType(intindex)',
if the NEWT driver can differentiate it. Don't know how at this point thought.
IMHO best would be to have a real world use case w/ machine and see how that goes.
~Sven