Re: JOGL 2 support for Ardor3D, JMonkeyEngine 3, jzy3d and NiftyGUI
Posted by
Sven Gothel on
Nov 04, 2012; 11:35pm
URL: https://forum.jogamp.org/JOGL-2-support-for-Ardor3D-JMonkeyEngine-3-jzy3d-and-NiftyGUI-tp1706747p4026768.html
On 11/04/2012 09:48 PM, gouessej [via jogamp] wrote:
> How can I check this semantic under Linux but with a touch screen without
> testing it with a real tablet? Which native API call is done under the hood?
You would need to change the NEWT X11 implementation to receive more
than one mouse event .. or something - similar like on Android.
I haven't looked into X11 event handling regarding multiple pointer events,
i.e. multi-touch - where 2 events are not sequential but one w/ multiple
'pointers' involved -> 2 finger press/swipe/etc.
If we could 'detect' these semantics, then you could create an appropriate
MouseEvent (the multi pointer ctor one) .. and dispatch it.
~Sven