Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
I discovered a very odd bug that's closely related to this one. If you do a
dbBox command to create a box for the section of the screen the mouse is in,
then whenever you hit vertical screen (window) boundaries, the mouse pointer
will bounce away from the vertical boundary and to the right - a fairly
significant distance. But no dbBox in that section of the screen: No bounce!
This occurs when the window is set to lower than the desktop resolution and is
maximized. From briefly glancing at the code, it appears that the code for the
two functions (dbBox and mouse position retrieval/setting) are unrelated, and
yet they're producing this bug together - which leads me to believe it may be a
Microsoft bug. But in hopes that it's not, one possible place to look would be
in the setup of the WinProc callback function, since the mouse coordinates are
retrieved from the right-most parameter which that function receives. I only
glanced at the code though.
Original comment by pcowe...@yahoo.com
on 6 Dec 2014 at 12:22
Original issue reported on code.google.com by
pcowe...@yahoo.com
on 30 Nov 2014 at 7:42