(rgba, hotx, hoty, w, h)
| 3182 | } |
| 3183 | |
| 3184 | _updateCursor(rgba, hotx, hoty, w, h) { |
| 3185 | this._cursorImage = { |
| 3186 | rgbaPixels: rgba, |
| 3187 | hotx: hotx, hoty: hoty, w: w, h: h, |
| 3188 | }; |
| 3189 | this._refreshCursor(); |
| 3190 | } |
| 3191 | |
| 3192 | _shouldShowDotCursor() { |
| 3193 | // Called when this._cursorImage is updated |
no test coverage detected