[AD] A new mouse driver |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Hi I have created another mouse driver for Windows. I tested it using exgui.c . Stefan's driver doesn't work in windowed mode ( two cursor ) and the mouse cursor moves always too slow. This one, which doesn't use DirectInput (tm), works in a window too and moves more softly. Also... Allegro's mouse routines have an irritating feature: When (gui) routines hide the mouse cursor show_mouse creates timer for mouse_move function. Creating timer ( install_int ) needs hundreds of milliseconds on my P233. This results to a *very* sticky behaviour in GUI apps. For example, when you scroll a scroll bar the mouse cursor must be hide many times in a short time because of redraw. A bit like using Win98 on 386. Mikko
Attachment:
wgdimous.c
Description: Binary data
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |