isDown : boolean
If the Pointer is touching the touchscreen, or any mouse or pen button is held down, isDown is set to true.If you need to check a specific mouse or pen button then use the button properties, i.e. Pointer.rightButton.isDown.
Source code: input/Pointer.js (Line 255)