-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
@Override
protected void _mouseWheel(long ptr, int wheelAmt) {
//scroll events are unsupported
throw new UnsupportedOperationException("unimplmented");
}