-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: fx2.0
-
Component/s: javafx
-
Environment:
Windows 7, Java 7, 32-bit
When I get a MOUSE_CLICKED event I can't test for a ctrl-click or similar because regardless of the state of the Ctrl key at the time event.isControlDown() is false.
My test is running in a JFXPanel if that makes a difference.
My test is running in a JFXPanel if that makes a difference.