Can Javafx cursor be disabled?

Dell Green Dell.Green at ideaworks.co.uk
Fri May 31 14:29:01 UTC 2019


We have a touch/rotary device that doesn't use any mouse/cursor input.

Is there a way to tell javafx to not initialize a cursor (MX6Cursor.java in my case) on startup as we are seeing /dev/fb1 being unblanked and a grey cursor artifact drawn onto the /dev/fb1, before any user specific javafx code is created.

I have looked through the source code and there doesn't seem to be a configurable property to control this.

I can remove /dev/fb1  and javafx prints an error/stack-trace but appears to work as normal, however I'm not sure what ongoing  impact this has on javafx.

any thoughts?



More information about the openjfx-dev mailing list