()
| 195 | } |
| 196 | |
| 197 | _hideCursor() { |
| 198 | if (this._canvas.style.visibility !== 'hidden') { |
| 199 | this._canvas.style.visibility = 'hidden'; |
| 200 | } |
| 201 | } |
| 202 | |
| 203 | // Should we currently display the cursor? |
| 204 | // (i.e. are we over the target, or a child of the target without a |