adamRenny / LayerJS

2D Canvas Library supporting Layered Rendering
MIT License
8 stars 1 forks source link

onClick method in Input is still using offsetX/Y #37

Closed aaronholsonege closed 11 years ago

aaronholsonege commented 11 years ago

This needs to be updated to use the pageX/Y along with the container offset X and Y coordinates.

aaronholsonege commented 11 years ago

Merge Request: https://github.com/adamRenny/LayerJS/tree/fix/%2337