Status: New Owner: ---- New issue 80 by allain.lalonde: PCanvas button handling code doesn't dispatch multi-button presses. http://code.google.com/p/piccolo2d/issues/detail?id=80
What steps will reproduce the problem? 1. add a basic input event listener to a Layer and register it to receive mousePressed events 2. press mouse 1 and mouse 2 simultanously What is the expected output? What do you see instead? mousePressed should be called when two or more buttons are pressed simultaneously, but instead the event is buried What version of the product are you using? On what operating system? 1.2.1 on Linux Please provide any additional information below. Although this is a pretty strange feature request, for my particular application, I'm trying to interpret LEFT + RIGHT mouse putton as a grab. Also, when I'm using a Wacom stylus and working quickly, pressing the button on its side and pressing the stylus to the surface occasionaly does nothing given this behaviour. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
