Re: HID multitouch display support in JavaFX

2020-08-19 Thread jfx user2
HID support specifically would be good b/c there seem to be lots of cases where the OS's are properly recognizing HID compatible displays with touch events working through the HID APIs but do not work in JavaFX since it relies on the OS's (native?) support. For example, I have multiple HID

Re: HID multitouch display support in JavaFX

2020-05-13 Thread Michael Paus
Having proper and consistent Multitouch support on all platforms is certainly an interesting goal, especially if your development is targeting a mobile platform. If one could test the input behavior already on the desktop, this would be an enormous time saver because the turn-around times

Re: HID multitouch display support in JavaFX

2020-05-13 Thread jfx user2
Nobody is biting... so is anyone else out there interested in using HID touchscreens with JavaFX on OSX (or any other plaform) without using a third party driver? On Fri, May 8, 2020 at 4:18 AM jfx user2 wrote: > Multitouch display support JavaFX on Windows, iOS, and Android seems >

HID multitouch display support in JavaFX

2020-05-08 Thread jfx user2
Multitouch display support JavaFX on Windows, iOS, and Android seems straightforward. If the OS recognizes the display as multitouch, then the chances are that JavaFX will also work with it since it relies on the native multitouch support of the OS. When it comes to Linux and OSX, it's not