Hello Guest

[FIXED] Mouse.getDX/DY Bug

  • 1 Replies
  • 7211 Views
*

Offline ra4king

  • **
  • 58
  • I'm the King!
    • Roi's Website
[FIXED] Mouse.getDX/DY Bug
« on: May 13, 2012, 11:36:34 »
When the mouse X and Y values are clipped to the window area, getDX/DY return abnormally large numbers.

As an example of this, extract this ZIP file, double click the Graph3D.jar file, and hold and drag the mouse to outside the window boundaries. You should see the graph rotate wildly.

The fix has been identified and a patch is provided. :)
« Last Edit: May 13, 2012, 11:51:27 by ra4king »
-Roi

*

Offline kappa

  • *****
  • 1319
Re: [BUG] Mouse.getDX/DY Bug
« Reply #1 on: May 13, 2012, 12:13:10 »
Patch committed, should be part of next nightly build.

Thanks.