cykod / Quintus

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

Bug in Q.InputSystem.touchControls(); #116

Closed ghost closed 10 years ago

ghost commented 10 years ago

This bug is a bad calculation of the actual touch areas on the touch controls that you add with Q.touchControls( { controls: [/...../]} );

Excuse my paint skills

Unresponsive touch

Unacurate touch

Actual touch detection

ghost commented 10 years ago

This has been fixed in https://github.com/cykod/Quintus/pull/117