RE: [AL] Windows Mouse bug |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
The latest. I just tried it in an example and got the same results. I did
set a custom pointer in my program. However, I just found out how to
reproduce my problem...
1) Open up ex3d.c
2) Add this at the start of main():
BITMAP * my_mouse;
3) Change the initial set_gfx_mode so that it has 800x600 resolution
4) Add this after set_gfx_mode:
my_mouse=load_bitmap("c:\\windows\\circles.bmp",NULL);
set_mouse_sprite(my_mouse);
And, there's the problem!
> -----Original Message-----
> From: allegro-owner@xxxxxxxxxx
> [mailto:allegro-owner@xxxxxxxxxx Behalf Of Eric Botcazou
> Sent: 18 September 2001 20:01
> To: Allegro mailing list
> Subject: Re: [AL] Windows Mouse bug
>
>
> > If Windows has a custom mouse cursor, then in Allegro, both that cursor
> > and the Allegro cursor appear on screen. The cursors aren't on
> top of each
> > other, as the mouse x,y scales are apparently different for Allegro and
> > Windows.
>
> Which Allegro version ?
>
> I can't reproduce it with 3.9.38 WIP, either in fullscreen or in windowed
> modes: I selected a custom mouse cursor in the config panel and used the
> test program.
>
> Did you set the cursor directly in your program ?
>
> --
> Eric Botcazou
> ebotcazou@xxxxxxxxxx
>