cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 401 forks source link

Added end action trigger for joypad #59

Closed A11oW closed 11 years ago

A11oW commented 11 years ago

Does not fire the trigger ended action(leftUp, rigtUp etc) at the termination touch with display (touchend)

  1. Tap the display to show joypad.
  2. Slide your finger left to fire "left" trigger.
  3. Slide your finger up - "up" fires (now actions "left" and "up").
  4. Slide your finger only up - trigger "leftUp" fires (action "left" is end, now only "up").
  5. Slide your finger right - trigger "right" fires (now action "up" and "right")
  6. Tap stop and remove your finger from the display, trigger "upUp" and "rightUp" should fire, but it doesn't
cykod commented 11 years ago

Thanks, good catch.