fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

Right-click ends Pointer.Listener evets without "onEnd" or "onCancel" #241

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
-Create an ImageLayer and add a Pointer.Listener using addListener()
-Output the events as they occur
-Testing the Java implementation, if the user drags using the left mouse button 
and then, while still holding the left mouse button, clicks the right mouse 
button, the event-steam ends, but there is no onPointerCancel() or 
onPointerEnd() call.

What is the expected output? What do you see instead?
One of these two events should be called, preferably onPointerEnd().

What version of the product are you using? On what operating system?
PlayN 1.7 on Windows 7 using the Java implementation.

Original issue reported on code.google.com by thomaswp...@gmail.com on 5 Aug 2013 at 9:00

GoogleCodeExporter commented 9 years ago

Original comment by m...@samskivert.com on 4 Dec 2013 at 10:53