Jonathan Beaudoin
Jonathan Beaudoin

Reputation: 2188

JavaFx Detect Forward/Back Button on MouseEvent

I've been reading for about an hour or so in the JavaFx API's to see if there is a way I can check if the forward/back button on some mice have been pressed. Is this even supported in JavaFx?

Upvotes: 4

Views: 434

Answers (1)

Itai
Itai

Reputation: 6911

Seems like this is impossible at the moment, but there is an RFE: https://bugs.openjdk.java.net/browse/JDK-8090930, so it may be possible in future Java versions.

Upvotes: 3

Related Questions