Re: [AD] Key modifiers problems acquiring DirectX input |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2010-07-22, David Capello <davidcapello@xxxxxxxxxx> wrote:
> The attached patch for Allegro 4.4 branch fix some problems
> in Windows when you use Alt+Tab to switch between different
> windows (sometimes the Alt modifier is kept pressed when you
> focus the Allegro window).
>
> This problem is visible in Allegro Sprite Editor 0.7.2 and this patch
> fix it.
On 2010-07-22, David Capello <davidcapello@xxxxxxxxxx> wrote:
> The attached patch for Allegro 4.4 branch eliminates the need
> of old DirectX header files. DirectInputCreate is replaced with
> CoCreateInstance and IDirectInput_Initialize.
>
> See remarks section of DirectInputCreate documentation::
> http://msdn.microsoft.com/en-us/library/ms886964.aspx
>
> Also a FindDDraw.cmake was added to find ddraw library.
Thanks, committed them both.
I suppose we should release 4.4.2 some time.
Peter