Re: [AD] Mouse problems in Windows affected by this revision? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Mouse problems in Windows affected by this revision?
- From: Elias Pschernig <elias.pschernig@xxxxxxxxxx>
- Date: Thu, 12 Mar 2009 18:52:33 +0100
On Thu, 2009-03-12 at 11:14 -0600, Trent Gamblin wrote:
> On Thu, March 12, 2009 10:49 am, Trent Gamblin said:
> > Unfortunately there is no valgrind for Windows and no free tool like
> > it that I know of. I could run it on Linux, that still might help
> > though.
>
> Running valgrind on Linux didn't reveal anything.
>
This (in include/allegro5/keyboard.h) was somehow wrong:
unsigned int __key_down__internal__[
(ALLEGRO_KEY_MAX + 7) / 8 / sizeof(unsigned int)]; /* internal */
I committed a fix to SVN - does it work now?
--
Elias Pschernig <elias@xxxxxxxxxx>