How do I interface a custom mouse driver with MetaWINDOW?
We are writing a custom mouse interface for MetaWINDOW and have a problem regarding handling of mouse events. The problem occurs when a mouse reports both a button state change and movement in the same packet (such combined packets are created by many Taiwanese mice in Microsoft Mode on rapid mouse move/click combinations). Neither the MetaWINDOW User’s Guide nor the MetaWINDOW Developer’s Guide specify if such a packet has to be converted into a single evntPRESS/evntRELEASE event with updated coordinates, or into an evntPRESS/evntRELEASE event with the old coordinates, followed immediately by an evntMOVE event.
Related Questions
- The XWHEEL.EXE program that came with my Mitsumi Standard Scroll Mouse, Driver Disk Version 1.10, is conflicting with the Solitaire program on Windows 98, causing Solitaire to crash with a general protection fault. Do you know of any solution to this problem?
- Is there a modern keyboard and mouse interface for most operations?
- How do I interface a custom mouse driver with MetaWINDOW?