Re: RFR: 8249737: java.lang.RuntimeException: Too many touch points reported

2021-02-09 Thread Kevin Rushforth
On Fri, 5 Feb 2021 10:37:54 GMT, Jose Pereda wrote: > Using a digitizer tablet with a pen that works with Windows or MacOS, it > works fine on MacOS, but throws a RTE on Windows 10. On MacOS there are only > MouseEvents, while on Windows there are both MouseEvents and TouchEvents > mixed toget

RFR: 8249737: java.lang.RuntimeException: Too many touch points reported

2021-02-05 Thread Jose Pereda
Using a digitizer tablet with a pen that works with Windows or MacOS, it works fine on MacOS, but throws a RTE on Windows 10. On MacOS there are only MouseEvents, while on Windows there are both MouseEvents and TouchEvents mixed together. Windows only uses [direct](https://github.com/openjdk/