Re: Get raw X Y input position data
Posted by
gouessej on
Sep 08, 2016; 2:38pm
URL: https://forum.jogamp.org/Get-raw-X-Y-input-position-data-tp4037109p4037112.html
Hi
The mouse event should contain this information, touch events are supported by JOGL under Android but not under GNU Linux as far as I remember, maybe Sven can confirm. MouseEvent.PointerType.Onscreen indicates that the event comes from a touch screen.