Updates:
Status: WontFix
Comment #3 on 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
I've confirmed that this was my misunderstanding the swing spec. Turns out
that
left+right at the same time are dispatched as left, then right. My code
was checking
for getButton() == MouseEvent.BUTTON1 + MouseEvent.BUTTON3, which will
never happen.
--
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
-~----------~----~----~----~------~----~------~--~---