On Sun, May 6, 2012 at 8:21 PM, Paul D. DeRocco wrote: > Still using Rev 3.5 under WinXP. > > When I press the left and right mouse buttons at the same time, the only > events I get are MouseDown for the one first pressed, and MouseUp for the > first one released. It doesn't matter if I do it slowly or quickly. I've > tried handling all documented mouse button events at the card level, to no > avail. I'm using a Microsoft mouse with their latest driver, everything set > to defaults. If I plug in a Logitech mouse, with no Logitech driver, I get > the same result. > > Has anyone seen this behavior? Or more to the point, has anyone managed to > get both buttons to work concurrently? > > -- > > Ciao, Paul D. DeRocco > Paul mailto:[email protected]
Have you tried "on mouseUp 3"? * 1 is the mouse button on Mac OS systems and the left button on Windows and Unix systems. * 2 is the middle button on Unix systems. * 3 is the right button (on Windows and Unix systems) or Control-click (on Mac OS and OS X systems. ~Roger _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
