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: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Thu, 12 Mar 2009 12:38:41 -0600 (MDT)
On Thu, March 12, 2009 11:52 am, Elias Pschernig said:
> 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?
Yes, that fixed it! Gob job. :)
Trent :{)>