isPixelPerfect() → {boolean}
Is this object using pixel perfect checking?
Returns
boolean -
True if the this InputHandler has either pixelPerfectClick or pixelPerfectOver set to true.
- Source code: input/InputHandler.js (Line 495)
isPixelPerfect() → {boolean}
Is this object using pixel perfect checking?
True if the this InputHandler has either pixelPerfectClick or pixelPerfectOver set to true.
Please login to continue.