Re: [AD] Windows mouse patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Saturday 04 December 2004 22:07, Elias Pschernig wrote:
> Ok. I put TRACE("x") and TRACE("y") to the 2 cases, and it looks like:
> xyxyxxxxxyxyxyyyyyyyyyyyyxyxy
>
> So, if nobody complains in the next days, I'll revert this patch, and
> add a comment that direct input doesn't send those messages
> alternating, as that patch assumed. It's bad that 4.1.17 now has
> broken mouse movement in windows.. but apparently we really have very
> few people who test CVS in windows, so nothing that could have been
> done.
What is odd is that the person who made the patch said that it worked fine
for him. Hmm... I hope this isn't one of those Win9x vs WinXP things
again...
By all means though, revert the patch. Or, perhaps better, fix it: if a y
(or x) follows a y (or x), reset the x (or y) count to 0.
Evert