On Tue, 9 Mar 2021 18:48:49 GMT, Jose Pereda <jper...@openjdk.org> wrote:
>> Yes, that makes sense. >> >> We could refactor the three `sendScrollXXXEvent` methods to something like: >> >> sendScrollXXXEvent(double xAbs, double yAbs, int touchCount) >> or to: >> >> sendScrollXXXEvent(double x, double y, double xAbs, double yAbs, int >> touchCount) >> >> Any preference? > > For now, I've done the first approach, given that there is no conflict with > the `centerX, centerY` variables. I am ok with that. With this rename, the conflict is resolved. ------------- PR: https://git.openjdk.java.net/jfx/pull/420