[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: allegro developers <conductors@xxxxxxxxxx>
- Subject: [AD] Improving the mouse
- From: "L. Ross Raszewski" <lraszewski@xxxxxxxxxx>
- Date: Fri, 16 Jun 2000 18:40:06 -0400
- Organization: The Black Trenchcoat Society
I'm having some trouble making the mouse pointer "pretty";
The system I'm using uses a screen buffering system that is (reasonably)
clever, but it makes the mouse look pretty horrendous. If I draw the
mouse to the screen, it flickers out of view as the buffer paints over
it.
If I draw the mouse to the backbuffer, it's invisible until the buffer
decides that it's time to draw tiself (generally, when something changes
its contents)
So, does anyone have any usefull suggestions as to how to draw the mouse
in a "pretty" way?
Thanks.