- Loading...
...
The easiest way to find out these numbers for a device is usually to run the following command on the target device:
| Code Block |
|---|
cat /proc/bus/input/devices |
and then look for a line starting with the characters "I: Bus=" that matches the touch screen. The other way to find out these numbers is to run the the following GetEvent class using OpenJFX:
| Code Block |
|---|
sudo java com.sun.glass.ui.monocle.GetEvent |
...