Login  Register

Get raw X Y input position data

Posted by Peter F on Sep 08, 2016; 9:49am
URL: https://forum.jogamp.org/Get-raw-X-Y-input-position-data-tp4037109.html

Hello,

we're trying to sort out a means of handling linux / android touch screen calibration in our app.

For example, we have an android tv box powering a touch screen display based app, it is aware of the touch events, but isn't calibrated. We're trying to work on a solution that means we don't have to modify the android system image to contain a set of calibration data for each model of touch screen that may end up being used over time.

So I'll cut to the chase, is there a way to get the raw X Y position of a touch event in JOGL, as you might see in something like the android MotionEvent class?

Thanks,

Pedro.