JDK-8207371 : Update robot mouse wheel scroll docs
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: openjfx11
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-07-17
  • Updated: 2018-07-20
  • Resolved: 2018-07-20
Related Reports
Duplicate :  
Relates :  
Description
The Robot.mouseWheel docs should define the direction in terms of moving the wheel away from the user (positive) or towards the user (negative) in order to match the AWT docs, and for better clarity.

Here is the AWT description for comparison:

    wheelAmt - number of "notches" to move the mouse wheel: negative values indicate movement up/away from the user, positive values indicate movement down/towards the user.
Comments
This will be addressed as part of fixing the implementation. Closing as a duplicate of JDK-8207372.
20-07-2018