🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

allegro mouse drivers

Started by
0 comments, last by konForce 19 years, 11 months ago
Is there a way of manually setting which mouse drivers allegro uses? We have a game written in allegro (on WinXP, unfortunately) that works well when using a standard mouse, but does not work correctly when we use our touchscreen (which input comes from the serial port). We must use the DirectX drivers to prevent the output window from displaying a frame (app must be fullscreen). Mouse input is subsequently processed by DirectInput, and not by the Windows subsystem. The program behaves correctly when run in windowed mode, but not in DirectX fullscreen mode. Any suggestions? Thanks, Dan
Advertisement
Here's a thread from earlier in the year about a similar topic:

http://sourceforge.net/mailarchive/message.php?msg_id=7120953

I doubt that particular thread will help you any, but if you have specific questions you may be able to get some good answers from the [AD] mailing list (see http://alleg.sf.net).

This topic is closed to new replies.

Advertisement