isUp : boolean
If the Pointer is not touching the touchscreen, or all mouse or pen buttons are up, isUp is set to true.
If you need to check a specific mouse or pen button then use the button properties, i.e. Pointer.rightButton.isUp.
- Default Value
- true
- Source code: input/Pointer.js (Line 263)
Please login to continue.