()
| 3152 | } |
| 3153 | |
| 3154 | _updateContinuousUpdates() { |
| 3155 | if (!this._enabledContinuousUpdates) { return; } |
| 3156 | |
| 3157 | RFB.messages.enableContinuousUpdates(this._sock, true, 0, 0, |
| 3158 | this._fbWidth, this._fbHeight); |
| 3159 | } |
| 3160 | |
| 3161 | // Handle resize-messages from the server |
| 3162 | _resize(width, height) { |
no outgoing calls
no test coverage detected