My touch listener is giving problems when the user moves the object to fast. The “ended” event is not fire, which is a big problem.
I stuck some print statements in there so I can monitor when it works good, and when it gives me the bug. When the bug happens the print is “moved”.
Any work around for this problem? I already have the object set focus :
display.getCurrentStage():setFocus( block )
Any help is appreciated.